Remove salary letter signature boxes
This commit is contained in:
parent
174a5ef8e5
commit
e7f58c33f3
@ -84,19 +84,21 @@
|
|||||||
Sincerely,
|
Sincerely,
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table style="width: 100%; border-collapse: collapse; margin-top: 56px;">
|
<div style="display: table; width: 100%; margin-top: 56px; border: 0;">
|
||||||
<tr>
|
<div style="display: table-cell; width: 44%; vertical-align: top; border: 0;">
|
||||||
<td style="width: 50%; padding-top: 12px; border-top: 1px solid #9ca3af;">
|
<div style="border-top: 1px solid #9ca3af; padding-top: 10px;">
|
||||||
<strong>For <span t-field="o.company_id.name"/></strong><br/>
|
<strong>For <span t-field="o.company_id.name"/></strong><br/>
|
||||||
Authorized Signatory
|
Authorized Signatory
|
||||||
</td>
|
</div>
|
||||||
<td style="width: 8%;"></td>
|
</div>
|
||||||
<td style="width: 42%; padding-top: 12px; border-top: 1px solid #9ca3af;">
|
<div style="display: table-cell; width: 12%; border: 0;"></div>
|
||||||
|
<div style="display: table-cell; width: 44%; vertical-align: top; border: 0;">
|
||||||
|
<div style="border-top: 1px solid #9ca3af; padding-top: 10px;">
|
||||||
<strong>Acknowledged and Accepted</strong><br/>
|
<strong>Acknowledged and Accepted</strong><br/>
|
||||||
<span t-field="o.employee_id.name"/>
|
<span t-field="o.employee_id.name"/>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
</div>
|
||||||
|
|
||||||
<div style="border-top: 1px solid #e5e7eb; margin-top: 48px; padding-top: 10px; font-size: 11px; color: #4b5563; text-align: center;">
|
<div style="border-top: 1px solid #e5e7eb; margin-top: 48px; padding-top: 10px; font-size: 11px; color: #4b5563; text-align: center;">
|
||||||
<span t-field="o.company_id.name"/>
|
<span t-field="o.company_id.name"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user