콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4372 화면

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

아바타
취소
관련 게시물 답글 화면 활동
2
1월 25
7025
computed fields 해결 완료
1
4월 24
2997
1
12월 23
5355
0
11월 22
4096
0
10월 22
2443