changes
This commit is contained in:
@@ -49,19 +49,9 @@
|
||||
<div style="border-left:3px solid #2B6CB0;padding:12px 16px;margin:0 0 24px 0;background:#f7fafc;">
|
||||
<p style="margin:0;font-size:14px;line-height:1.5;color:#2d3748;">Please review the attached quotation. If you have any questions or need assistance, do not hesitate to contact us.</p>
|
||||
</div>
|
||||
<p style="color:#2d3748;font-size:14px;line-height:1.6;margin:24px 0 0 0;">
|
||||
Best regards,<br/>
|
||||
<strong><t t-out="object.user_id.name or object.company_id.name"/></strong><br/>
|
||||
<span style="color:#718096;"><t t-out="object.company_id.name"/></span>
|
||||
</p>
|
||||
</div>
|
||||
<div style="padding:16px 28px;text-align:center;">
|
||||
<p style="color:#a0aec0;font-size:11px;line-height:1.5;margin:0;">
|
||||
<t t-out="object.company_id.name"/>
|
||||
<t t-if="object.company_id.phone"> · <t t-out="object.company_id.phone"/></t>
|
||||
<t t-if="object.company_id.email"> · <t t-out="object.company_id.email"/></t><br/>
|
||||
This is an automated notification from the ADP Claims Management System.
|
||||
</p>
|
||||
<t t-if="not is_html_empty(object.user_id.signature)" data-o-mail-quote-container="1">
|
||||
<div data-o-mail-quote="1">--<br data-o-mail-quote="1"/><t t-out="object.user_id.signature or ''" data-o-mail-quote="1"/></div>
|
||||
</t>
|
||||
</div>
|
||||
</div>
|
||||
</field>
|
||||
@@ -109,19 +99,9 @@
|
||||
<div style="border-left:3px solid #38a169;padding:12px 16px;margin:0 0 24px 0;background:#f7fafc;">
|
||||
<p style="margin:0;font-size:14px;line-height:1.5;color:#2d3748;">Your order is being processed. We will keep you updated on the delivery status and any updates from the Assistive Devices Program.</p>
|
||||
</div>
|
||||
<p style="color:#2d3748;font-size:14px;line-height:1.6;margin:24px 0 0 0;">
|
||||
Best regards,<br/>
|
||||
<strong><t t-out="object.user_id.name or object.company_id.name"/></strong><br/>
|
||||
<span style="color:#718096;"><t t-out="object.company_id.name"/></span>
|
||||
</p>
|
||||
</div>
|
||||
<div style="padding:16px 28px;text-align:center;">
|
||||
<p style="color:#a0aec0;font-size:11px;line-height:1.5;margin:0;">
|
||||
<t t-out="object.company_id.name"/>
|
||||
<t t-if="object.company_id.phone"> · <t t-out="object.company_id.phone"/></t>
|
||||
<t t-if="object.company_id.email"> · <t t-out="object.company_id.email"/></t><br/>
|
||||
This is an automated notification from the ADP Claims Management System.
|
||||
</p>
|
||||
<t t-if="not is_html_empty(object.user_id.signature)" data-o-mail-quote-container="1">
|
||||
<div data-o-mail-quote="1">--<br data-o-mail-quote="1"/><t t-out="object.user_id.signature or ''" data-o-mail-quote="1"/></div>
|
||||
</t>
|
||||
</div>
|
||||
</div>
|
||||
</field>
|
||||
@@ -178,19 +158,10 @@
|
||||
<p style="margin:0;font-size:14px;line-height:1.5;color:#2d3748;">Please review the attached invoice and process payment at your earliest convenience. Contact us if you have any questions.</p>
|
||||
</div>
|
||||
</t>
|
||||
<p style="color:#2d3748;font-size:14px;line-height:1.6;margin:24px 0 0 0;">
|
||||
Best regards,<br/>
|
||||
<strong><t t-out="object.invoice_user_id.name or object.company_id.name"/></strong><br/>
|
||||
<span style="color:#718096;"><t t-out="object.company_id.name"/></span>
|
||||
</p>
|
||||
</div>
|
||||
<div style="padding:16px 28px;text-align:center;">
|
||||
<p style="color:#a0aec0;font-size:11px;line-height:1.5;margin:0;">
|
||||
<t t-out="object.company_id.name"/>
|
||||
<t t-if="object.company_id.phone"> · <t t-out="object.company_id.phone"/></t>
|
||||
<t t-if="object.company_id.email"> · <t t-out="object.company_id.email"/></t><br/>
|
||||
This is an automated notification from the ADP Claims Management System.
|
||||
</p>
|
||||
<t t-set="sig" t-value="object.invoice_user_id.signature or object.user_id.signature"/>
|
||||
<t t-if="not is_html_empty(sig)" data-o-mail-quote-container="1">
|
||||
<div data-o-mail-quote="1">--<br data-o-mail-quote="1"/><t t-out="sig or ''" data-o-mail-quote="1"/></div>
|
||||
</t>
|
||||
</div>
|
||||
</div>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user