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

How can we hide a menuitem for all users in odoo 17?

아바타
취소
작성자 베스트 답변

To hide a menu item for all users in Odoo 17, you can do this by setting the groups attribute of the menu item to base.group_no_one, which is a special group that no user belongs to.

<menuitem id="menu_item_id" name="Menu Name" parent="module.parent_id" action="menu_action" sequence="10" groups="base.group_no_one"/>


Regards,

--

Shihas

Accurates



아바타
취소