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.
get report in odt from rml
i tried to use the below code for the generation of odt file. but i got error of invalid attribute 'type' for element report
<report auto="False" id="account_general_ledger" **type="odt" **="" menu="False" model="account.account" name="account.general.ledger" rml="account/report/account_general_ledger.rml" string="General Ledger"/>
please guide me richa(richa@leosys.in)
I guess it should be:
<report auto="False" id="account_general_ledger" **report_type="odt"**
menu="False" model="account.account" name="account.general.ledger"
rml="account/report/account_general_ledger.rml" string="General Ledger"/>
The field is 'report_type' , not 'type'.
No, it's just a simple string, to determine the report output.
report_type can be: sxw, pdf, odt, xml, txt, ... etc.
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: 6/4/13, 8:41 AM |
Seen: 1096 times |
Last updated: 3/16/15, 8:10 AM |