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:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
1812
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 24
|
146 | ||
|
2
Jun 24
|
329 | ||
|
1
Oct 20
|
2403 | ||
|
1
Feb 20
|
5511 | ||
|
0
Jul 19
|
2338 |