This question has been flagged
1 Reply
7270 Views

I did not understand how to show menu to a specific user. I created a group to which I attributed some menus. After that I created a user which belong to this group. When this user log to openerp no menu was displayed.

What is the problem and how the access Right system is working

Avatar
Discard
Best Answer

You can add groups to menus. Eg:- <menuitem name="menuname" id="menu_id" parent="parent_id" groups="groupname1,groupname2,etc"/>

Thanks

Sreedath

Avatar
Discard