odoo/addons/hr_timesheet_invoice/hr_timesheet_invoice_wizard...

17 lines
370 B
XML

<?xml version="1.0"?>
<terp>
<data>
<wizard
string="Invoice analytic lines"
id="hr_timesheet_invoice_create"
model="account.analytic.line"
name="hr.timesheet.invoice.create"/>
<wizard
string="Final invoices"
id="hr_timesheet_final_invoice_create"
model="account.analytic.account"
name="hr.timesheet.final.invoice.create"/>
</data>
</terp>