Launchpad automatic translations update.
[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 auto="False" id="account_analytic_account_cost_ledger" menu="False" model="account.analytic.account" name="hr.timesheet.invoice.account.analytic.account.cost_ledger" rml="account/project/report/cost_ledger.rml" string="Cost Ledger"/>
5
6         <report
7             auto="False"
8             id="report_analytical_profit"
9             menu="False"
10             model="account.analytic.line"
11             name="account.analytic.profit"
12             rml="hr_timesheet_invoice/report/account_analytic_profit.rml"
13             string="Timesheet Profit"/>
14
15     </data>
16 </openerp>