Access Rights¶
Activate the developer mode, then go to .
Groups¶
![View of a group’s form emphasizing the tab users in Odoo](../../../_images/groups-users.png)
Inherited means that users added to this application group are automatically added to the following ones. In the example below, users who have access to the group Administrator of Sales also have access to Website/Restricted Editor and Sales/User: All Documents.
![View of a group’s form emphasizing the tab inherited in Odoo](../../../_images/groups-inherited.png)
Important
Remember to always test the settings being changed in order to ensure that they are being applied to the needed and right users.
The Menus tab is where you define which menus (models) the user can have access to.
![View of a group’s form emphasizing the tab menus in Odoo](../../../_images/groups-menus.png)
Access Rights rules are the first level of rights. The field is composed of the object name, which is the technical name given to a model. For each model, enable the following options as appropriate:
Read: the values of that object can be only seen by the user.
Write: the values of that object can be edited by the user.
Create: values for that object can be created by the user.
Delete: the values of that object can be deleted by the user.
![View of a group’s form emphasizing the tab access rights in Odoo](../../../_images/groups-access-rights.png)
![View of a group’s form emphasizing the tab record rules in Odoo](../../../_images/groups-record-rules.png)
Important
Making changes in access rights can have a big impact on the database. For this reason, we recommend you to contact your Odoo Business Analyst or our Support Team, unless you have knowledge about Domains in Odoo.