Merge pull request #2129 from expsa/transaction_12_1

Letters
This commit is contained in:
enagahh 2025-01-14 03:14:04 +02:00 committed by GitHub
commit 837214d272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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"/>-->

View File

@ -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;">-->