Merge pull request #2115 from expsa/transaction_12_1

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

View File

@ -180,8 +180,18 @@ msgstr "الاسم"
#. module: exp_transation_letters
#: model_terms:ir.ui.view,arch_db:exp_transation_letters.custom_external_layout_standard
msgid "Number:"
msgstr "رقم"
msgid "Transaction Number:"
msgstr "رقم المعاملة:"
#. module: exp_transation_letters
#: model_terms:ir.ui.view,arch_db:exp_transation_letters.custom_external_layout_standard
msgid "Subject:"
msgstr "الموضوع:"
#. module: exp_transation_letters
#: model_terms:ir.ui.view,arch_db:exp_transation_letters.custom_external_layout_standard
msgid "Transaction Date:"
msgstr "التاريخ:"
#. module: exp_transation_letters
#: model:ir.model.fields.selection,name:exp_transation_letters.selection__letters_letters__transaction_type__outgoing

View File

@ -156,7 +156,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>
@ -176,14 +176,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>