odoo/addons/hr_timesheet/hr_timesheet_wizard.xml

8 lines
313 B
XML

<?xml version="1.0" encoding="utf-8"?>
<terp>
<data>
<wizard id="si_so" model="hr.employee" name="hr_timesheet.si_so" string="Sign in / Sign out by project"/>
<menuitem action="si_so" groups="base.group_admin" id="menu_si_so" parent="hr.menu_hr_attendance" type="wizard"/>
</data>
</terp>