-
Uncategorized
-
1-How to Install Pycharm and Configure PostgreSQL on Ubuntu
-
2-How to Configure Odoo 13 on Pycharm Ubuntu
-
3-Components and Structure of Odoo 13 Module
-
4-How to Create an Empty Module Structure Scaffold Command in Odoo 13
-
5-Building a module in Odoo 13
-
6-Relations Between Models on Odoo: Many2One Fields in Odoo 13
-
7-Relations Between Models in Odoo: One2Many Fields in Odoo 13
-
8-Relations Between Models in Odoo: Many2Many Fields in Odoo 13
-
9-Inheritance - Traditional Class Inheritance in Odoo 13
-
10-Inheritance - Traditional Prototype Inheritance in Odoo 13
-
11-Inheritance - Delegation Inheritance in Odoo 13
-
12-View Inheritance in Odoo 13
-
13-Computed fields and @api.depends in Odoo 13
-
14-Setting Default Value for Fields in Odoo 13
-
15-Onchange mechanism - @api.onchange in Odoo 13
-
16-Model Constraints - Python Constraints in Odoo 13
-
17-Model Constraints - SQL Constraints in Odoo 13
-
18-Tree View Decoration Attribute in odoo 13
-
19-Advanced Views - Calendar View in Odoo 13
-
20-Advanced Views - Search View in Odoo 13
-
21-Advanced Views - Gantt View in Odoo 13
-
22-Pivot View in Odoo
-
23-Graph View in Odoo
-
24-Kanban View in Odoo 13
-
25-Pivot View in Odoo
-
26-Security - Groups and access rights in Odoo
-
27-Wizards - Defining and Launching in Odoo
-
28-Odoo Development - URL Actions in Odoo 13
-
29-Odoo Development - Server Actions in Odoo 13
-
30-Odoo Development - Automated Actions in Odoo 13
-
QZhub - Odoo+BIM
-
26-Security - Groups and access rights in Odoo
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 an application is considered. We can control what the user can do and what users can't-do on a different level. Control independently each of the four basic operations: read, write, create, and unlink. I.e. allow only read, allow only create, grant permission to create or delete only. Also, we can hide fields or menus for some users and show them for others, make fields read-only for some users and make them editable for others. We use groups to control users.
Get the module from our repository: https://github.com/CybroOdoo/openacademy
Aside from manually managing access using custom code, Odoo provides two main data-driven mechanisms to manage or restrict access to data.
Each access control has a model to which it grants permissions, the permissions it grants and optionally a group.
If no group is specified, the access control applies to all users, otherwise, it only applies to the members of the given group.
In Odoo, views and menus are restricted to a user due to access right permission. Only admin has the right to view all records. Access right permission is managed by creating an ir.model.access.csv file.
This file can
a) Grant permission like reading, write, update, and delete to a model.
b) Can assign groups. If no group is assigned access right is applicable for all users. Else applicable only for users in that particular group
Available permissions are creation (perm_create), searching and reading (perm_read), updating existing records (perm_write) and deleting existing records (perm_unlink)
#odoodevelopment #odootutorials #odoo13
For More Videos Subscribe to our YouTube channel.
Visit our company website: https://www.cybrosys.com/
Connect with us:
Facebook: http://ow.ly/Ty0Q30lc5TU
twitter: http://ow.ly/s5cV30lc5Vc
LinkedIn: http://ow.ly/GJfg30lc5WT
Pinterest: http://bit.ly/2I2b5N0
About Us
Cybrosys is enriched with technical experts and research scholars producing high-end quality software tools. Our sophisticated infrastructure and lab facilities constantly bring in new technological innovations and attributions. Partnership with ODOO, MICROSOFT, IBM, Intel, HP, NASSCOM proves our strength and excellence.
We are Odoo Gold Partners standing par excellence in Odoo Implementation, Customization, and allied services. We do Source code sale, Custom software development, and Employee outsourcing. The latest research and developments in Cybrosys are being conducted in Blockchain. Our robust quality product and services are widely used by clients residing across in India, USA, UK, Middle East & Europe.
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 the user can do and what users can't-do on a different level. Control independently each of the four basic operations: read, write, create, and unlink. I.e. allow only read, allow only create, grant permission to create or delete only. Also, we can hide fields or menus for some users and show them for others, make fields read-only for some users and make them editable for others. We use groups to control users.
Get the module from our repository: https://github.com/CybroOdoo/openacademy
Aside from manually managing access using custom code, Odoo provides two main data-driven mechanisms to manage or restrict access to data.
Each access control has a model to which it grants permissions, the permissions it grants and optionally a group.
If no group is specified, the access control applies to all users, otherwise, it only applies to the members of the given group.
In Odoo, views and menus are restricted to a user due to access right permission. Only admin has the right to view all records. Access right permission is managed by creating an ir.model.access.csv file.
This file can
a) Grant permission like reading, write, update, and delete to a model.
b) Can assign groups. If no group is assigned access right is applicable for all users. Else applicable only for users in that particular group
Available permissions are creation (perm_create), searching and reading (perm_read), updating existing records (perm_write) and deleting existing records (perm_unlink)
#odoodevelopment #odootutorials #odoo13
For More Videos Subscribe to our YouTube channel.
Visit our company website: https://www.cybrosys.com/
Connect with us:
Facebook: http://ow.ly/Ty0Q30lc5TU
twitter: http://ow.ly/s5cV30lc5Vc
LinkedIn: http://ow.ly/GJfg30lc5WT
Pinterest: http://bit.ly/2I2b5N0
About Us
Cybrosys is enriched with technical experts and research scholars producing high-end quality software tools. Our sophisticated infrastructure and lab facilities constantly bring in new technological innovations and attributions. Partnership with ODOO, MICROSOFT, IBM, Intel, HP, NASSCOM proves our strength and excellence.
We are Odoo Gold Partners standing par excellence in Odoo Implementation, Customization, and allied services. We do Source code sale, Custom software development, and Employee outsourcing. The latest research and developments in Cybrosys are being conducted in Blockchain. Our robust quality product and services are widely used by clients residing across in India, USA, UK, Middle East & Europe.
Views | |
---|---|
2858 | Total Views |
0 | Members Views |
2858 | Public Views |
Share by mail
Please login to share this video by email.