Can we make an access for example to "Purchase/User" only, and not inherits in "Purchase/Administrator" ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
you can define a new security rule for the "Purchase/User" group and restrict access to certain objects or actions. Here's how you can do it:
Go to "Settings" in the Odoo backend and enable "Technical Features" under the "General Settings" tab. This will give you access to the "Access Rights" menu.
Navigate to "Settings > Users & Companies > Access Rights" and search for the model for which you want to set access rights (e.g., "Purchase Order" or "Purchase Order Lines").
Click on the model to view the access rights for different user groups.
Click on "Create" to define a new access rule. In the "Object" field, select the model for which you want to define the access rule.
In the "Group" field, select the "Purchase/User" group. This access rule will apply to users in this group.
In the "Rights" section, you can set the different permissions for the "Purchase/User" group. For example, you can allow "Read" access and disallow "Create," "Write," and "Delete" access.
Save the access rule.
Now, users in the "Purchase/User" group will have restricted access to the specified model based on the access rule you defined. They will not inherit access from the "Purchase/Administrator" group.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Yes you can
Any examples?