odoo/addons/hr_timesheet_project/hr_timesheet_project_view.xml

18 lines
380 B
XML

<?xml version="1.0" ?>
<terp>
<data>
<wizard
string="Hours from tasks"
model="hr.employee"
name="hr_timesheet_project.encode.hour"
id="encode_hour"/>
<menuitem
name="Human Resources/Hours encoding/For me/Today's work (import from projects)"
id="menu_act_hr_timesheet_line_me_today_project_form"
action="encode_hour"
type="wizard"/>
</data>
</terp>