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
回覆
1200
瀏覽次數
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.