Letters
This commit is contained in:
parent
9f10e63740
commit
47018af990
|
|
@ -293,17 +293,17 @@
|
|||
<br/>
|
||||
<br/>
|
||||
<div style="margin-top: 0px; page-break-inside: avoid;" dir="ltr">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<!-- <strong t-if="o.signed_user_id">اﻹسم:</strong>-->
|
||||
<span t-esc="o.signed_user_id.name"/>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<span t-esc="o.signed_user_id.employee_id.job_id.name"/>
|
||||
</div>
|
||||
|
||||
<div style="margin-top: 10px; text-align: left;">
|
||||
<img t-if="o.new_signature" t-attf-src="data:image/*;base64,{{o.new_signature}}"
|
||||
style="height:200px;width:200px; border: 0px;margin-left:0px"/>
|
||||
style="height:auto;max-width:200px; border: 0px;margin-left:0px"/>
|
||||
</div>
|
||||
<!-- <img t-if="o.signature" t-attf-src="data:image/*;base64,{{o.signature}}"-->
|
||||
<!-- style="margin-top:50px;height:100px;width:100px; border: 0px;margin-left:25px"/>-->
|
||||
|
|
|
|||
|
|
@ -308,17 +308,17 @@
|
|||
<br/>
|
||||
<br/>
|
||||
<div style="margin-top: 0px; page-break-inside: avoid;" dir="ltr">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<!-- <strong t-if="o.signed_user_id">اﻹسم:</strong>-->
|
||||
<span t-esc="o.signed_user_id.name"/>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<span t-esc="o.signed_user_id.employee_id.job_id.name"/>
|
||||
</div>
|
||||
|
||||
<div style="margin-top: 10px; text-align: left;">
|
||||
<img t-if="o.new_signature" t-attf-src="data:image/*;base64,{{o.new_signature}}"
|
||||
style="height:200px;width:200px; border: 0px;margin-left:0px"/>
|
||||
style="height:auto;max-width:200px; border: 0px;margin-left:0px"/>
|
||||
</div>
|
||||
|
||||
<!-- <div style="margin-top: 10px; text-align: left;">-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue