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.
Replace stock inventory report
Hi, I am trying to replace the existing stock inventory report with a customized one.
Unfortunatelly I am not being able to replace the existing report and I am getting the following error while trying to get the PDF. I suspect the new report is not being properly registered.
File "/usr/lib/python2.7/dist-packages/openerp/addons/base/ir/ir_qweb.py", line 199, in get_template
raise QWebTemplateNotFound("Template %r not found" % name, template=origin_template)
QWebTemplateNotFound: Template u'stock.report_inventory' not found
I have tried:
<openerp>
<data>
... customized report from standard stock report inventory ...
<report
id="stock.report_inventory"
model="stock"
string="Inventario"
report_type="qweb-pdf"
name="custom_reports.stockinventory_custom"
/>
<record id="stock.report_inventory" model="ir.actions.report.xml">
<field name="paperformat_id" ref="custom_reports.A4_smallmargin"/>
</record>
</data>
</openerp
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/5/15, 5:25 PM |
Seen: 1171 times |
Last updated: 11/5/15, 5:25 PM |