[FIX] Removed all code and XML mentions of "finnished", as it's written "finished...
[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     </data>
17 </openerp>