This question has been flagged
1 Reply
3307 Views

Hi,

I've created a new user with few rights that includes creating users. And i don't want that user to create new users with admin privilege. In order to do that i need to hide the following groups in users -> Access Rights tab

  • Administration Section
  • Usability Section
  • Other Section

Kindly help to do this.

Avatar
Discard

Hi Vivek, did you got any idea for this problem, I want this functionality, can you help me.

I'm looking for this feature also

Best Answer

You can do the following:

  1. Create a new group
  2. Export the new group to a csv file.
  3. copy the external id of the new group (e.g. __export__.res_groups_49)
  4. Edit the view XML and add the following to the fields you want to hide.

groups="__export__.res_groups_49"

Add your user to the new group.

Hope it help.

Avatar
Discard