how to overwriting menu items to hide some modules from specific user ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
5142
查看
Hi,
You can assign group for specific menu to show that menu to specific user. For that, you need to rewrite the menu using the same id given for the menu. For example: <menuitem name="Purchase" id="base.menu_purchase_root" groups="user_group"/>
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
7
5月 16
|
10205 | ||
|
3
4月 25
|
11828 | ||
|
3
12月 21
|
7046 | ||
|
0
12月 18
|
2477 | ||
|
7
10月 18
|
22229 |
you can assign groups to those menus