Security Access
Odoo is typically used by multi-user organizations. Each user has a distinct position in every organization, and they have varying access based on their function. The HR manager, for example, does not have access to the company’s accounting information. You may determine which information a user can access in Odoo using access rights and record rules. We will learn how to set access rights rules and record rules in this chapter.
Such compartmentalization of access and security requires that we provide access to roles based on their permission levels. We will learn about this in this chapter.
In this chapter, we will cover the following recipes:
- Creating security groups and assigning them to users
- Adding security access to models
- Limiting access to fields in models
- Using record rules to restrict record access
- Activating features with security groups
- Accessing recordsets as a superuser
- Hiding view elements and menus based on...