This commit is contained in:
eman 2025-01-13 12:03:57 +02:00
parent b4a7328190
commit 80fdec28b9
1 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,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>
@ -107,14 +107,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;">Date:</span>
<span t-field="o.internal_transaction_id.transaction_date"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>