[FIX] Schedule jobs even if their next time has passed.
[odoo/odoo.git] / addons / mrp_operations / mrp_operations_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4
5                 <report
6                         id="report_wc_barcode"
7                         string="Workcenters Barcode"
8                         model="mrp.workcenter"
9                         name="mrp.wc.barcode"
10                         rml="mrp_operations/report/mrp_wc_barcode.rml"
11                         header="False"/>
12
13                 <report
14                         id="report_code_barcode"
15                         string="Start/Stop Barcode"
16                         model="mrp_operations.operation.code"
17                         name="mrp.code.barcode"
18                         rml="mrp_operations/report/mrp_code_barcode.rml"
19                         header="False"/>
20
21         </data>
22 </openerp>