[MERGE] addons: added groups when quick creating user in various addons.
[odoo/odoo.git] / addons / mrp / mrp_report.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4
5         <report auto="True" header="False" id="report_bom_structure" model="mrp.bom" name="bom.structure" rml="mrp/report/bom_structure.rml" string="BOM Structure"/>
6
7         <report
8             id="report_mrp_production_report"
9             string="Production Order"
10             model="mrp.production"
11             name="mrp.production.order"
12             rml="mrp/report/order.rml"
13             auto="False"
14             />
15
16         <report id="report_cost_structure"
17             model="product.product"
18             menu="False"
19             name="product.price"
20             string="Cost Structure"
21             xsl="mrp/report/price.xsl"/>
22     </data>
23 </openerp>