I want to give an employee the ability to view inventory only. Employees can't see contacts, costs... How to set permissions?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hi,
To grand new permission or to change existing permission just activate the developer mode and navigate to settings-> technical -> security -> record rules/ acess control list, from here you can add rules for each model.
Suppose if you want the employee group of users want to see stock. Picking create a new rule, select the model stock picking and in groups select employee and give permission such as create,read, write etc as per required.
Also see this Odoo documentation for better understanding of security mechanism in Odoo: https://www.odoo.com/documentation/10.0/reference/security.html
Thanks
You want to set security for each field, you can use the way to create a group of rights for employees, then set the id of that group to <field name = "name_field" group = "name_model.id_group"
You can refer to "https://www.youtube.com/watch?v=NoLy92iWCXU&list=PLYaNfSJ8EtN1r2QooL9azU-w7XJd37rhN&index=42" hope this helps you
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