This question has been flagged
3 Replies
5261 Views

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 . 

Avatar
Discard
Best Answer

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" />
Avatar
Discard
Best Answer

you can use below module for rename report.

https://www.odoo.com/apps/modules/8.0/report_custom_filename/

Avatar
Discard
Author Best Answer

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. 

Avatar
Discard