Hi
How to change the saved name for report (pdf ) in ODOO V8 . I want to change names for example in invoices to invoice number .
Thanks .
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
How to change the saved name for report (pdf ) in ODOO V8 . I want to change names for example in invoices to invoice number .
Thanks .
You change the String of your report, the file name will be changed.
For example: Your-Report-Name(1),Your-Report-Name(2) .... etc
<report id="sale.report_sale_order"
string="Your-Report-Name"
model="sale.order"
report_type="qweb-pdf"
file="sale.report_saleorder"
name="sale.report_saleorder" />
you can use below module for rename report.
https://www.odoo.com/apps/modules/8.0/report_custom_filename/
Thanks for the info. I want to change the name for the PDF report dynamical mode. By example i want to change the fixed name to the invocie number , or sale order number. I dont know howto the commands to put in the report_custom module . ¿ Any idea ? .
Thks in advanced.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up