Menu hide party for particular groups?

Hey
i am trying to hide party menus
for particular user but its still showing after removing party acess from the groups .
what could be the issue ?

Hi,
There’s no restriction to access party menu. There’s only a party_admin group for limiting access to party_configuration.
Then you could limit access to party menu only for users in group party_admin (or you create another group “party_management”…

        <record model="ir.ui.menu-res.group"
            id="menu_party_group_party_admin">
            <field name="menu" ref="party.menu_party"/>
            <field name="group" ref="party.group_party_admin"/>
        </record>
1 Like

Also accès right are not substractive. So you must give access to some group then other groups will no more have access.

1 Like