Skip to Content
Menu
This question has been flagged
2 Replies
397 Views

How to hide apps from whoever log in thats not an admin

Avatar
Discard
Best Answer

add  group on your application menu by xml , or inherite  menuitem, for example:

    id="menu_hr_root"
name="Employees"
groups="base.group_user"
web_icon="hr,static/description/icon.svg"
sequence="185"/>
Avatar
Discard


<menuitem
id="menu_hr_root"
name="Employees"
groups="base.group_user"
web_icon="hr,static/description/icon.svg"
sequence="185"/>

Best Answer

You can set only group of 'system/settings' can access the apps menu.

Avatar
Discard