I want to Hide Message Menu for My custom users .But its not working..
Here group_insurance_agency is my Custom group
In my scrurity.xml files is
<record id="group_insurance_agency" model="res.groups"> <field name="name">Agency/ Manager</field></record>
and i tried below code ----------
<record id="mail.mail_group_root" model="ir.ui.menu"> <field name="groups_id" eval="[(6, 0,[ref('insure_demo_wkf.group_insurance_agency')])]"/></record>
What is the error with this?
Hi axel..above code is not working... I tried with jigesh code then I got an error