[IMP] document_page_approval: pre-commit auto fixes

This commit is contained in:
Bhavesh Heliconia
2025-02-17 16:50:26 +05:30
parent 116562d394
commit a53bc19077
3 changed files with 15 additions and 8 deletions

View File

@@ -15,13 +15,19 @@
<field name="body_html" type="html">
<p>Hello,</p>
<p><t t-out="object.create_uid.name" /> submited a new Change Request for <b
t-out="object.page_id.name"
/> and it needs your approval.</p>
t-out="object.page_id.name"
/> and it needs your approval.</p>
<h1>
<a t-att-href="object.page_url" t-out="object.display_name" />
</h1>
<p><b>Modified by:</b> <t t-out="object.create_uid.name" /></p>
<p><b>Date:</b> <t t-out="object.create_date" /></p>
<p>
<b>Modified by:</b>
<t t-out="object.create_uid.name" />
</p>
<p>
<b>Date:</b>
<t t-out="object.create_date" />
</p>
<t t-if="object.summary">
<h3>Summary</h3>
<p t-out="object.summary" />