improve
[odoo/odoo.git] / addons / mrp / mrp_report.xml
index 3a6f5be..2d7ca5d 100644 (file)
@@ -1,8 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
-<terp>
+<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
+                       id="report_mrp_production_report"
+                       string="Production Order"
+                       model="mrp.production"
+                       name="mrp.production.order"
+                       rml="mrp/report/order.rml"
+                       auto="False"
+                       />
+
+               <report id="report_cost_structure"
+                       model="product.product"
+                       menu="False"
+                       name="product.price"
+                       string="Cost Structure"
+                       xsl="mrp/report/price.xsl"/>
     </data>
-</terp>
\ No newline at end of file
+</openerp>