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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
5994
Lượt xem
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
@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.