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
回覆
5172
瀏覽次數
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
|
10239 | ||
|
3
4月 25
|
11973 | ||
|
3
12月 21
|
7106 | ||
|
0
12月 18
|
2501 | ||
|
7
10月 18
|
22279 |
you can assign groups to those menus