This commit is contained in:
eman 2025-01-13 15:53:28 +02:00
parent 47a1f5fdfe
commit e900df51e9
2 changed files with 9 additions and 17 deletions

View File

@ -106,15 +106,13 @@
<!-- </td>-->
<!--</tr>-->
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;">Subject:</span>
<td colspan="2" style="font-weight:bold;border:0px;padding-right:30px !important;">Subject:
<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;">Transaction Date:</span>
<td colspan="2" style="font-weight:bold;border:0px;padding-right:30px !important;">Transaction Date:
<span t-field="o.internal_transaction_id.transaction_date"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>
@ -140,7 +138,7 @@
<!-- <tr style="border:0px">-->
<!-- <td>-->
<!-- <img t-att-src="'/logo.png?company=%s' % (o.env.user.company_id.id or 0)" t-att-alt="'%s' % company.name" style="width:80px;height:80px;"/>-->
<!-- </td>-->
<!-- Transaction </td>-->
<!-- </tr>-->
<!-- </table>-->
<!--</div>-->
@ -175,15 +173,13 @@
<!-- </td>-->
<!--</tr>-->
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;">Subject:</span>
<td colspan="2" style="font-weight: bold;border:0px;padding-right:30px !important;">Subject:
<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;">Transaction Date:</span>
<td colspan="2" style="font-weight:bold;border:0px;padding-right:30px !important;">Transaction Date:
<span t-field="o.outgoing_transaction_id.transaction_date"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>

View File

@ -102,15 +102,13 @@
<!-- </td>-->
<!--</tr>-->
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;"> Subject:</span>
<td colspan="2" style="font-weight: bold;border:0px;padding-right:30px !important;">Subject:
<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;">Transaction Date:</span>
<td colspan="2" style="font-weight: bold;border:0px;padding-right:30px !important;">Transaction Date:
<span t-field="o.internal_transaction_id.transaction_date"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>
@ -172,15 +170,13 @@
<!-- </td>-->
<!--</tr>-->
<tr>
<td colspan="2" style="border:0px;padding-right:30px !important;">
<span style="font-weight:bold;">Subject:</span>
<td colspan="2" style="font-weight: bold;border:0px;padding-right:30px !important;">Subject:
<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;">Transaction Date:</span>
<td colspan="2" style="font-weight:bold;border:0px;padding-right:30px !important;">Transaction Date:
<span t-field="o.outgoing_transaction_id.transaction_date"
t-field-options="{&quot;format&quot;: &quot;yyyy/MM/dd&quot;}"/>
</td>