odoo/addons/hr_timesheet/hr_timesheet_wizard.xml

11 lines
314 B
XML
Raw Normal View History

<?xml version="1.0" ?>
<terp>
<data>
<wizard string="Sign in / Sign out by project" model="hr.employee" name="hr_timesheet.si_so" id="si_so"/>
<menuitem name="Human Resources/Attendances/Sign in\/Out by Project"
action="si_so" type="wizard" groups="base.group_admin"
id="menu_si_so"/>
</data>
</terp>