Letters
This commit is contained in:
parent
f73382198d
commit
31a1e2386a
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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="{"format": "yyyy/MM/dd"}"/>
|
||||
</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="{"format": "yyyy/MM/dd"}"/>
|
||||
</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="{"format": "yyyy/MM/dd"}"/>
|
||||
</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="{"format": "yyyy/MM/dd"}"/>
|
||||
</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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue