odoo/addons/hr_timesheet/hr_timesheet_report.xml

57 lines
1.4 KiB
XML

<?xml version="1.0"?>
<terp>
<data>
<report
id="report_user_timesheet"
string="Employee timesheet"
model="hr.employee"
name="hr.analytical.timesheet"
xsl="hr_timesheet/report/user_timesheet.xsl"
auto="False"
menu="False"/>
<wizard id="wizard_hr_timesheet"
string="Employee timesheet"
model="hr.employee"
name="hr.analytical.timesheet"
menu="False" />
<menuitem
name="Human Resources/Reporting/Timesheet/Print a user timesheet"
action="wizard_hr_timesheet"
type="wizard"
id="menu_wizard_hr_timesheet"/>
<wizard id="wizard_hr_timesheet_my"
string="Print my timesheet"
model="hr.employee"
name="hr.analytical.timesheet.my"
menu="False" />
<menuitem
name="Human Resources/Reporting/Timesheet/Print my timesheet"
id="menu_wizard_hr_timesheet_my"
action="wizard_hr_timesheet_my"
type="wizard" />
<report id="report_users_timesheet"
string="Employees timesheet"
model="hr.employee"
name="hr.analytical.timesheet_users"
xsl="hr_timesheet/report/users_timesheet.xsl"
auto="False"
menu="False"/>
<wizard id="wizard_hr_timesheet_users"
string="Employees timesheet"
model="hr.employee"
name="hr.analytical.timesheet_users"
menu="False"/>
<menuitem
name="Human Resources/Reporting/Timesheet/Print summary timesheet"
action="wizard_hr_timesheet_users"
type="wizard"
id="menu_wizard_hr_timesheet_users"/>
</data>
</terp>