Print my timesheet only
[odoo/odoo.git] / addons / hr_timesheet / hr_timesheet_report.xml
1 <?xml version="1.0"?>
2 <terp>
3         <data>
4                 <report
5                         id="report_user_timesheet"
6                         string="Employee timesheet"
7                         model="hr.employee"
8                         name="hr.analytical.timesheet"
9                         xsl="hr_timesheet/report/user_timesheet.xsl"
10                         auto="False"
11                         menu="False"/>
12
13                 <wizard id="wizard_hr_timesheet"
14                         string="Employee timesheet"
15                         model="hr.employee"
16                         name="hr.analytical.timesheet"
17                         menu="False" />
18                 <menuitem
19                         name="Human Resources/Hours encoding/Print a user timesheet"
20                         action="wizard_hr_timesheet"
21                         type="wizard"
22                         id="menu_wizard_hr_timesheet"/>
23
24                 <wizard id="wizard_hr_timesheet_my"
25                         string="Print my timesheet"
26                         model="hr.employee"
27                         name="hr.analytical.timesheet.my"
28                         menu="False" />
29                 <menuitem
30                         name="Human Resources/Hours encoding/Print my timesheet"
31                         id="menu_wizard_hr_timesheet_my"
32                         action="wizard_hr_timesheet_my"
33                         type="wizard" />
34
35                 <report id="report_users_timesheet"
36                                 string="Employees timesheet"
37                                 model="hr.employee"
38                                 name="hr.analytical.timesheet_users"
39                                 xsl="hr_timesheet/report/users_timesheet.xsl"
40                                 auto="False"
41                                 menu="False"/>
42
43                 <wizard id="wizard_hr_timesheet_users"
44                         string="Employees timesheet"
45                         model="hr.employee"
46                         name="hr.analytical.timesheet_users"
47                         menu="False"/>
48                 <menuitem name="Human Resources/Hours encoding/Print users timesheet" action="wizard_hr_timesheet_users" type="wizard"/>
49
50         </data>
51 </terp>
52