Implemented Roles Management and Weekly Timesheet enhancements
This commit is contained in:
parent
778a34be12
commit
f529865975
|
|
@ -217,11 +217,12 @@
|
||||||
name="Weekly Timesheet Approval"
|
name="Weekly Timesheet Approval"
|
||||||
parent="hr_timesheet.timesheet_menu_root"
|
parent="hr_timesheet.timesheet_menu_root"
|
||||||
action="action_weekly_timesheet_approval"
|
action="action_weekly_timesheet_approval"
|
||||||
groups="weekly_timesheets.group_weekly_timesheet_manager,base.group_system"
|
groups="weekly_timesheets.group_weekly_timesheet_manager"
|
||||||
sequence="200"/>
|
sequence="200"/>
|
||||||
<record id="menu_project_timesheet_approval" model="ir.ui.menu">
|
<record id="menu_project_timesheet_approval" model="ir.ui.menu">
|
||||||
<field name="active" eval="False"/>
|
<field name="name">Project Timesheet Approval</field>
|
||||||
</record>
|
<field name="active" eval="False"/>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue