Merge pull request #3372 from expsa/dev_odex25_transactions

Dev odex25 transactions
This commit is contained in:
ahmed-nouri051 2025-06-01 12:26:45 +02:00 committed by GitHub
commit 3c0318463c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 26 deletions

View File

@ -118,17 +118,19 @@
</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;">
<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;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"/>
</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 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>

View File

@ -87,17 +87,19 @@
</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;">
<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;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"/>
</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 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>