6fa7185c7e9b6f48f10753096ae8f112e2862ab7
[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="40" />
9          <menuitem
10             id="menu_hr_reporting_timesheet"
11             name="Timesheet"
12             parent="hr.menu_hr_reporting"
13             sequence="1" />
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         <!--<wizard id="wizard_hr_timesheet" menu="False" model="hr.employee" name="hr.analytical.timesheet" string="Employee Timesheet"/>
17 -->
18         <!--<menuitem id="next_id_48" name="Timesheet" parent="hr.menu_hr_reporting"/>-->
19        <!-- <menuitem action="wizard_hr_timesheet" id="menu_wizard_hr_timesheet" parent="next_id_48" type="wizard"
20             groups="hr.group_hr_manager"/>-->
21         <!--<menuitem action="wizard_hr_timesheet" id="menu_wizard_hr_timesheet" parent="menu_hr_reporting_timesheet" type="wizard"
22
23             groups="hr.group_hr_manager"
24             />-->
25        <!-- <wizard id="wizard_hr_timesheet_my" menu="False" model="hr.employee" name="hr.analytical.timesheet.my" string="Print My Timesheet"/>
26         <menuitem
27             action="wizard_hr_timesheet_my"
28             id="menu_wizard_hr_timesheet_my"
29             parent="menu_hr_reporting_timesheet"
30             type="wizard"
31             groups="hr.group_hr_user"
32             />-->
33
34         <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"/>
35
36         <wizard id="wizard_hr_timesheet_users" menu="False" model="hr.employee" name="hr.analytical.timesheet_users" string="Employees Timesheet"/>
37         <!--<menuitem
38             action="wizard_hr_timesheet_users"
39             id="menu_wizard_hr_timesheet_users"
40             groups="hr.group_hr_manager"
41             parent="menu_hr_reporting_timesheet" type="wizard"/>
42 -->
43     </data>
44 </openerp>