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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- 项目
- MRP
此问题已终结
2
回复
1209
查看
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.