ACCOUNT: add ref to analytic line, HR_TIMESHEET_INVOICE: add final invoice
[odoo/odoo.git] / addons / hr_timesheet_invoice / hr_timesheet_invoice_wizard.xml
1 <?xml version="1.0"?>
2 <terp>
3         <data>
4                 <wizard
5                         string="Invoice analytic lines"
6                         id="hr_timesheet_invoice_create"
7                         model="account.analytic.line"
8                         name="hr.timesheet.invoice.create"/>
9                 <wizard
10                         string="Final invoices"
11                         id="hr_timesheet_final_invoice_create"
12                         model="account.analytic.account"
13                         name="hr.timesheet.final.invoice.create"/>
14
15         </data>
16 </terp>