Merged Trunk to addons/5.0
[odoo/odoo.git] / addons / hr_timesheet / hr_timesheet_report.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <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"/>
5         
6         <wizard id="wizard_hr_timesheet" menu="False" model="hr.employee" name="hr.analytical.timesheet" string="Employee Timesheet"/>
7         <menuitem id="next_id_48" name="Timesheet" parent="hr.menu_hr_reporting"/><menuitem action="wizard_hr_timesheet" id="menu_wizard_hr_timesheet" parent="next_id_48" type="wizard"
8             groups="hr.group_hr_manager"
9             />
10         
11         <wizard id="wizard_hr_timesheet_my" menu="False" model="hr.employee" name="hr.analytical.timesheet.my" string="Print My Timesheet"/>
12         <menuitem
13             action="wizard_hr_timesheet_my" 
14             id="menu_wizard_hr_timesheet_my" 
15             parent="hr_timesheet.next_id_48"
16             type="wizard"
17             groups="hr.group_hr_user"
18             />
19         
20         <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"/>
21         
22         <wizard id="wizard_hr_timesheet_users" menu="False" model="hr.employee" name="hr.analytical.timesheet_users" string="Employees Timesheet"/>
23         <menuitem 
24             action="wizard_hr_timesheet_users" 
25             id="menu_wizard_hr_timesheet_users" 
26             groups="hr.group_hr_manager"
27             parent="hr_timesheet.next_id_48" type="wizard"/>
28         
29     </data>
30 </openerp>