Hi
Installed and almost finished configuration of Odoo 9
Created Bank accounts, but still have no idea how to show this details on generated PDF invoices?
Thanks
Max
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
Installed and almost finished configuration of Odoo 9
Created Bank accounts, but still have no idea how to show this details on generated PDF invoices?
Thanks
Max
Hi
We added this into the report by overwriting the report.external_layout_footer:
"<t t-foreach="company.partner_id.bank_ids" t-as="bank">
<ul>
<li><span t-field="bank.bank_name"/></li>
<li>BIC/SWIFT: <span t-field="bank.bank_bic"/></li>
<li>IBAN: <span t-field="bank.acc_number"/></li>
</ul>
</t>"
This will output every single bank account created and display name, BIC and IBAN / Account number.
Remember to set the option "show on invoice" in the bank accounts.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Supporting WIO bank
Solved
|
|
1
Jul 24
|
430 | |
|
0
Sep 23
|
496 | ||
|
0
Sep 23
|
450 | ||
|
0
Apr 23
|
1328 | ||
|
2
Feb 23
|
9253 |