Currently using odoo's native dash board module in v14 Ent, apart from My Dashboard, there's no other tab. Is there a way we could add another tab to the menu?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
3043
查看
Hi,
Are you looking to add new menu after the MY Dashboard menu ? If yes, you can add a new menu in your custom module or from the user interface and set its parent as "Dashboards" menu and set the necessary action for the menu.
Sample:
<menuitem action="action_model_relation" id="ir_model_relation_menu" parent="base.next_id_9"
groups="base.group_no_one"/>
See: How To Inherit And Add Menu To Existing Module In Odoo
Thanks
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
8月 24
|
1060 | ||
|
2
6月 24
|
1377 | ||
|
1
10月 20
|
3218 | ||
|
1
2月 20
|
6376 | ||
|
0
7月 19
|
3011 |