Skip to Content
Menú
This question has been flagged
1 Respondre
3029 Vistes

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?

Avatar
Descartar
Best Answer

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
d’ag. 24
1052
2
de juny 24
1371
1
d’oct. 20
3216
1
de febr. 20
6370
0
de jul. 19
3009