[MERGE] branch merged with lp:openobject-addons
[odoo/odoo.git] / addons / hr_timesheet_invoice / hr_timesheet_invoice_report.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <report
5             auto="False"
6             id="report_analytical_profit"
7             menu="False"
8             model="account.analytic.line"
9             name="account.analytic.profit"
10             rml="hr_timesheet_invoice/report/account_analytic_profit.rml"
11             string="Timesheet Profit"/>
12
13     </data>
14 </openerp>