odoo/addons/hr_timesheet/hr_timesheet_report.xml

38 lines
1022 B
XML
Raw Normal View History

<?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/Hours encoding/Print timesheet" action="wizard_hr_timesheet" 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/Hours encoding/Print users timesheet" action="wizard_hr_timesheet_users" type="wizard"/>
</data>
</terp>