Merge pull request #2111 from expsa/transaction_12_1

Letters
This commit is contained in:
enagahh 2025-01-13 11:11:38 +02:00 committed by GitHub
commit 286e524b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -298,7 +298,7 @@
<br/>
<div style="margin-top: 0px; page-break-inside: avoid;" dir="ltr">
<div style="margin-bottom: 10px; text-align: left;margin-left:25px">
<strong t-if="o.signed_user_id">اﻹسم:</strong>
<!-- <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">

View File

@ -21,7 +21,7 @@
<table align="left"
style="border:1px solid white;width:50;margin-left:60px;margin-top:0px;margin-right:5px;margin-bottom:40px;text-align: justify;">
<tr style="border:0px">
<td style="font-weight: bold;border:0px;padding-right:30px !important;">Number:
<td style="font-weight: bold;border:0px;padding-right:30px !important;">Transaction Number:
<t t-esc="o.incoming_transaction_id.name"/>
</td>
</tr>
@ -83,7 +83,7 @@
<table align="left"
style="border:1px solid white;width:50;margin-left:60px;margin-top:0px;margin-right:5px;margin-bottom:40px;text-align: justify;">
<tr style="border:0px">
<td style="font-weight: bold;border:0px;padding-right:30px !important;">Number:
<td style="font-weight: bold;border:0px;padding-right:30px !important;">Transaction Number:
<t t-esc="o.internal_transaction_id.name"/>
</td>
</tr>
@ -103,14 +103,14 @@
<!--</tr>-->
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;">Reference:</span>
<span style="font-weight:bold;"> Subject:</span>
<span t-field="o.internal_transaction_id.subject"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>
</tr>
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;"></span>
<span style="font-weight:bold;">Transaction Date</span>
<span t-field="o.internal_transaction_id.transaction_date"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>
@ -153,7 +153,7 @@
<table align="left"
style="border:1px solid white;width:50;margin-left:60px;margin-top:0px;margin-right:5px;margin-bottom:40px;text-align: justify;">
<tr style="border:0px">
<td style="font-weight: bold;border:0px;padding-right:30px !important;">Number:
<td style="font-weight: bold;border:0px;padding-right:30px !important;">Transaction Number:
<t t-esc="o.outgoing_transaction_id.name"/>
</td>
</tr>
@ -173,14 +173,14 @@
<!--</tr>-->
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;">Reference:</span>
<span style="font-weight:bold;">Subject:</span>
<span t-field="o.outgoing_transaction_id.subject"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>
</tr>
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;"></span>
<span style="font-weight:bold;">Transaction Date:</span>
<span t-field="o.outgoing_transaction_id.transaction_date"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>
@ -313,7 +313,7 @@
<br/>
<div style="margin-top: 0px; page-break-inside: avoid;" dir="ltr">
<div style="margin-bottom: 10px; text-align: left;margin-left:25px">
<strong t-if="o.signed_user_id">اﻹسم:</strong>
<!-- <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">