[MERGE] OPW 51079: purchase: if invoicing control is 'from picking', line with produc...
[odoo/odoo.git] / addons / hr_timesheet / hr_timesheet_report.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4       <menuitem
5             id="hr.menu_hr_reporting"
6             name="Reporting"
7             parent="hr.menu_hr_root"
8             sequence="10" />
9          <menuitem
10             id="menu_hr_reporting_timesheet"
11             name="Timesheet"
12             parent="hr.menu_hr_reporting"
13             sequence="5" />
14         <report auto="False" id="report_user_timesheet" menu="False" model="hr.employee" name="hr.analytical.timesheet" string="Employee timesheet" xsl="hr_timesheet/report/user_timesheet.xsl"/>
15
16         <report auto="False" id="report_users_timesheet" menu="False" model="hr.employee" name="hr.analytical.timesheet_users" string="Employees Timesheet" xsl="hr_timesheet/report/users_timesheet.xsl"/>
17
18         <wizard id="wizard_hr_timesheet_users" menu="False" model="hr.employee" name="hr.analytical.timesheet_users" string="Employees Timesheet"/>
19     </data>
20 </openerp>