Imrpove Group Assignation to Admin

Registered by Fabien (Open ERP)

By default, the admin user receives all groups. According to the context, some groups must not be assigned to the admin user.
If you put {'noadmin':True} in the context of the create method of the res.group object, it does not assign the group to admin.

Change the data loaded so that some groups are not assigned to admin: Useability /..., Portal / ...
Example.
<record context="{'noadmin':True}" model="res.groups">
  <field name="name">Useability / No One</field>
</record>

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Fabien (Open ERP)
Completed by
Fabien (Open ERP)

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.