Skip to Content
Menu
This question has been flagged
2119 Views

Hello everybody!!

Can anyone help me know how can i hide menus of employee role to my user.

That means, how can i create a user who cannot be an employee because i want to create my own menus and hide the other for him.

I have tried this:

<record id="original_module.menu_id" model="ir.ui.menu">
    <field name="groups_id" eval="[(3,ref('my_new_group_id'))]"/>
</record>

But it  is not working :/

Need Help please.

Avatar
Discard