Hello,
I want to create a new menu that has a users and groups submenu without other settings menus, how can I do this
Thank you in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I want to create a new menu that has a users and groups submenu without other settings menus, how can I do this
Thank you in advance
Hi,
You can define the new menu and its sub menu's and link the existing action of the groups and users menu to your new sub menus.
Suppose if action of users menu is with external id "base.action_res_users", when you define new sub menu set this external id as your action.
For more: yhttps://www.youtube.com/watch?v=Pbt7nHvCwHU&list=PLqRRLx0cl0hoZM788LH5M8q7KhiXPyuVU&index=7
Thanks
Hi,
You can use the example code below for the situation.
<menuitem id="new_menu_id" name="New Menu Name" parent="parent_menuitem_id"/>
<menuitem action="base.action_res_users" id="menu_users" parent="new_menu_id" sequence="0"/>
<menuitem action="base.action_res_groups" id="menu_groups" parent="new_menu_id" sequence="1"/>
Regards
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
sty 25
|
6653 | ||
computed fields
Rozwiązane
|
|
1
kwi 24
|
2629 | |
|
1
gru 23
|
4761 | ||
|
0
lis 22
|
3778 | ||
|
0
paź 22
|
2125 |