Hi,
I would like to hide a menu to a specific group even if this group has access to the model called by that menu.
(access is currently set to all permissions: 1, 1, 1, 1)
So far I have tried this solution but it does not work:
<record id="module.target_menu" model="ir.ui.menu">
<field name="groups_id" eval="[(3,ref('model.my_target_group'))]"/>
</record>
Any idea? Is it possible anyway?