Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
How to set the file name for pdf generated through qweb ?
Please help me to set the file name for the qweb reports
For example in sale order report
sale_report instead of sale.report_saleorder.pdf
Hi Friend;
In this path: Sale/sale_report.xml you will find this:
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<report auto="False" id="report_sale_order" model="sale.order" name="sale.order"
rml="sale/report/sale_order.rml" string="sale_report"
usage="default"/>
</data>
</openerp>
Every property of your report, you will put it there.
Best Regards.
Hi Drees Far I need to do this in qweb reports. And in qweb report i tried the above in odoo v8 code.
normally, you will find a file in which you will find the properties of the report which will be named as x_report.xml
follow this link my friend https://www.odoo.com/documentation/8.0/reference/reports.html
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 11/24/15, 2:45 AM |
Seen: 836 times |
Last updated: 11/24/15, 3:52 AM |