mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
fixup! [ADD] Bank name and bic to report_invoice
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
</p>
|
||||
<p t-if="o.partner_bank_id">
|
||||
<strong>Bank Account:</strong>
|
||||
<span t-field="o.partner_bank_id.bank_id.name" />
|
||||
<span t-field="o.partner_bank_id.bank_id.bic" />
|
||||
<t t-esc="o.partner_bank_id.bank_id.name + ('' if not o.partner_bank_id.bank_id.bic else ' (' + o.partner_bank_id.bank_id.bic + ')')" />
|
||||
<span t-field="o.partner_bank_id.acc_number" />
|
||||
</p>
|
||||
</xpath>
|
||||
|
||||
Reference in New Issue
Block a user