Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1665 Zobrazení

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

Avatar
Zrušit
Autor Nejlepší odpověď

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



Avatar
Zrušit