[FIX] Schedule jobs even if their next time has passed.
[odoo/odoo.git] / addons / hr_timesheet_invoice / hr_timesheet_invoice_wizard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <wizard id="hr_timesheet_invoice_create" model="account.analytic.line" name="hr.timesheet.invoice.create" string="Invoice analytic lines"/>
5         <wizard id="hr_timesheet_final_invoice_create" model="account.analytic.account" name="hr.timesheet.final.invoice.create" string="Final Invoice"/>
6         
7     </data>
8 </openerp>