odoo/addons/mrp/mrp_report.xml

24 lines
733 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<report auto="True" header="False" id="report_bom_structure" model="mrp.bom" name="bom.structure" rml="mrp/report/bom_structure.rml" string="BOM Structure"/>
<report
string="Production Order"
id="action_report_production_order"
model="mrp.production"
name="mrp.report_mrporder"
file="mrp.report_mrporder"
report_type="qweb-pdf"
/>
<report id="report_cost_structure"
model="product.product"
menu="False"
name="product.price"
string="Cost Structure"
xsl="mrp/report/price.xsl"/>
</data>
</openerp>