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