Merge pull request #3372 from expsa/dev_odex25_transactions
Dev odex25 transactions
This commit is contained in:
commit
3c0318463c
|
|
@ -118,19 +118,21 @@
|
|||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<div style="margin-top: 0px; page-break-inside: avoid; display: flex; align-items: center;">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<span t-esc="o.signed_user_id.name"/>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<span t-esc="o.job_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:auto;max-width:200px; border: 0px;margin-left:0px"/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 0px; page-break-inside: avoid; display: flex; flex-direction: column; align-items: center;">
|
||||
<div style="margin-bottom: 10px; text-align: left; font-size:18px;margin-left:30px;">
|
||||
<span t-esc="o.signed_user_id.name"/>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px; text-align: left; font-size:18px; margin-left:25px;">
|
||||
<span t-esc="o.job_name"/>
|
||||
</div>
|
||||
<div style="margin-top: 0; text-align: left;">
|
||||
<img
|
||||
t-if="o.new_signature"
|
||||
t-attf-src="data:image/*;base64,{{o.new_signature}}"
|
||||
style="height:auto; max-width:200px; border:0; margin-left:0px"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</t>
|
||||
|
|
|
|||
|
|
@ -87,19 +87,21 @@
|
|||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<div t-if="o.is_signed" style="margin-top: 0px; page-break-inside: avoid;" dir="ltr">
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<span t-esc="o.signed_user_id.name"/>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px; text-align: left;margin-left:25px;font-size:18px;">
|
||||
<span t-esc="o.job_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:auto;max-width:200px; border: 0px;margin-left:0px"/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 0px; page-break-inside: avoid; display: flex; flex-direction: column; align-items: center;">
|
||||
<div style="margin-bottom: 10px; text-align: left; font-size:18px;margin-left:30px;">
|
||||
<span t-esc="o.signed_user_id.name"/>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px; text-align: left; font-size:18px; margin-left:25px;">
|
||||
<span t-esc="o.job_name"/>
|
||||
</div>
|
||||
<div style="margin-top: 0; text-align: left;">
|
||||
<img
|
||||
t-if="o.new_signature"
|
||||
t-attf-src="data:image/*;base64,{{o.new_signature}}"
|
||||
style="height:auto; max-width:200px; border:0; margin-left:0px"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</t>
|
||||
|
|
|
|||
Loading…
Reference in New Issue