How to hide apps from whoever log in thats not an admin
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
397
Views
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"/>
<menuitem
id="menu_hr_root"
name="Employees"
groups="base.group_user"
web_icon="hr,static/description/icon.svg"
sequence="185"/>
You can set only group of 'system/settings' can access the apps menu.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up