i want to make 'Contacts' menuitem visible only to 'hr.group_hr_manager
<menuitem name="Contacts"
id="contacts.menu_contacts"
sequence="4"
web_icon="contacts,static/description/icon.png"
groups="base.group_user,base.group_partner_manager"/>
so i changed to:
groups="hr.group_hr_manager"
but still doesn't work
Thanks