I want to change report file name. Means when i take a sales quotation print from odoo, the file name is sale.sale_report.pdf. I want to change this file name to "quotation XXXX", this XXXX is the sales quote number. Can any one help me please?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
5805
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
@samba,
Try this:
https://github.com/OCA/reporting-engine/tree/8.0/report_custom_filename
Thank you for the quick replay Luke, I have installed this module and goto settings -> Report -> report, opened "Qotations/order" report. I have given a value "sale_quotation" to Download filename field. Still the name of the downloaded report not changed to "sale_quotation". It is coming like "sale.report_saleorder(7).pdf"
Yes, the link that Luke Branch gave only supports old-style reports. The report you are trying to print is a new qweb report.