feature/share_module #22

Merged
pranay merged 7 commits from feature/share_module into srivyn_test 2026-07-13 17:00:41 +05:30
1 changed files with 4 additions and 3 deletions
Showing only changes of commit f529865975 - Show all commits

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>