Merge pull request #2124 from expsa/transaction_12_1

Letters
This commit is contained in:
enagahh 2025-01-13 15:54:28 +02:00 committed by GitHub
commit 5cf196b63b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>