Launchpad automatic translations update.
[odoo/odoo.git] / addons / mrp / mrp_report.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <report 
5             string="BOM Structure" 
6             id="action_report_bom_structure" 
7             model="mrp.bom" 
8             name="mrp.report_mrpbomstructure" 
9             file="mrp.report_mrpbomstructure" 
10             report_type="qweb-pdf"
11         />
12
13         <report 
14             string="Production Order" 
15             id="action_report_production_order" 
16             model="mrp.production" 
17             name="mrp.report_mrporder" 
18             file="mrp.report_mrporder" 
19             report_type="qweb-pdf"
20         />
21
22         <report id="report_cost_structure"
23             model="product.product"
24             menu="False"
25             name="product.price"
26             string="Cost Structure"
27             xsl="mrp/report/price.xsl"
28         />
29     </data>
30 </openerp>