Hi guys, I'm trying to restrict (invisible make) certain menu items for a specific user group only. I tried using this code:
<record id="account.menu_finance_entries" model="ir.ui.menu"> <field name="groups_id" eval="[(3, ref('base_accounting_kit.group_account_cashier'))]"/> </record>
...but it's not working. I'm still trying to figure out why. If anyone knows a reliable way to do this, please share. Thanks!