Implemented Roles Management and Weekly Timesheet enhancements

This commit is contained in:
karuna 2026-07-13 15:59:43 +05:30
parent 778a34be12
commit f529865975
1 changed files with 4 additions and 3 deletions

View File

@ -217,11 +217,12 @@
name="Weekly Timesheet Approval"
parent="hr_timesheet.timesheet_menu_root"
action="action_weekly_timesheet_approval"
groups="weekly_timesheets.group_weekly_timesheet_manager,base.group_system"
groups="weekly_timesheets.group_weekly_timesheet_manager"
sequence="200"/>
<record id="menu_project_timesheet_approval" model="ir.ui.menu">
<field name="active" eval="False"/>
</record>
<field name="name">Project Timesheet Approval</field>
<field name="active" eval="False"/>
</record>
</odoo>