Security access in Odoo is configured through security groups: permissions are given to groups and then groups are assigned to users. Odoo has a lot of groups. Once you know about groups, you can select groups from the list of groups. Security is a major concern when an application is considered. We can control what […]
Securing the database is very important to keep data safe in odoo and to isolate customer databases running on the same cluster. So we need to make the best practices in terms of users, passwords, access control management. Video Contents: 00:00 Introduction 00:35 Key points to secure Odoo 13 database 01:27 Secure Odoo 13 Database […]
Record rules are conditions that records must satisfy for an operation (create, read, update or delete) to be allowed. It is applied record-by-record after access control has been applied. by using the record rule we can control access to some specific records in that modules in space of control all the records but only for […]
Security – Groups and access rights in odoo Security access in Odoo is configured through security groups: permissions are given to groups and then groups are assigned to users. Odoo has a lot of groups. Once you know about groups, you can select groups from the list of groups. Security is a major concern when […]