Skip to content

Commit

Permalink
[4869][IMP] report_account_move_settlement: Add issue date field #149
Browse files Browse the repository at this point in the history
[4869][IMP] report_account_move_settlement: Add issue date field #149
  • Loading branch information
kanda999 authored Oct 11, 2024
1 parent 7d81f42 commit ee7b5a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions report_account_move_settlement/i18n/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ msgstr ""
msgid "<span>Bank:</span>"
msgstr "<span>銀行:</span>"

#. module: report_account_move_settlement
#: model_terms:ir.ui.view,arch_db:report_account_move_settlement.commission_settlement_main
msgid "<span>Issue Date:</span>"
msgstr "<span>発行日:</span>"

#. module: report_account_move_settlement
#: model_terms:ir.ui.view,arch_db:report_account_move_settlement.commission_settlement_main
msgid "<span>登録番号:</span>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<span t-field="company.vat" />
</div>
</t>
<div class="mb-2">
<span>Issue Date:</span>
<span t-field="o.invoice_date" />
</div>
</div>
</div>
<div class="row" style="padding-top: 20px;">
Expand Down

0 comments on commit ee7b5a1

Please sign in to comment.