Skip to Content
Menú
This question has been flagged
1 Respondre
514 Vistes

I've added a field to the invoice module and I want it visible when printed or in PDF form but when I go to "Preview" it doesn't show. How do I make the field visible when confirmed?

Avatar
Descartar
Best Answer

The fields that are visible in the invoice reports are specified in the report_invoice_document​​ template from the account module: https://github.com/odoo/odoo/blob/16.0/addons/account/views/report_invoice.xml. So you would need to extend this template to add this field. See also https://www.odoo.com/forum/help-1/add-bank-account-number-under-company-details-of-a-invoice-odoo-16-community-edition-236599#answer-236603


I hope this helps!

Avatar
Descartar