28 lines
692 B
XML
28 lines
692 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
|
|
<!-- Configuration Menu -->
|
|
|
|
<menuitem
|
|
id="hr_timesheet_menu_configuration"
|
|
name="Configuration of time sheet"
|
|
parent="hr_timesheet.timesheet_menu_root"
|
|
groups="base.group_system"
|
|
sequence="100"
|
|
/>
|
|
|
|
<!-- Settings -->
|
|
|
|
<menuitem
|
|
id="hr_timesheet_menu_settings"
|
|
name="Settings"
|
|
parent="hr_timesheet.hr_timesheet_menu_configuration"
|
|
action="hr_timesheet.hr_timesheet_config_settings_action"
|
|
groups="base.group_system"
|
|
sequence="101"
|
|
/>
|
|
|
|
|
|
</data>
|
|
</odoo> |