[ADD] Bank name and bic to report_invoice

This commit is contained in:
Thierry Ducrest
2017-11-28 11:23:13 +01:00
parent d1c6c725ea
commit 009506841a
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
{
'name': 'Account Payment Partner',
'version': '10.0.1.1.0',
'version': '10.0.1.1.1',
'category': 'Banking addons',
'license': 'AGPL-3',
'summary': 'Adds payment mode on partners and invoices',

View File

@@ -9,6 +9,8 @@
</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" />
<span t-field="o.partner_bank_id.acc_number" />
</p>
</xpath>