Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6805 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 25
2518
0
wrz 23
2418
0
wrz 23
2124
0
kwi 23
3037
2
cze 25
11678