Odoo access rights

16
Odoo Access Rights Developed By: Bharat Khandelwal ([email protected])

Transcript of Odoo access rights

Page 1: Odoo access rights

Odoo Access Rights

Developed By:Bharat Khandelwal([email protected])

Page 2: Odoo access rights

What is a Access Rights?What is a Access Rights?

Access + Rights The permissions that are granted to a user or

to an application (System) to create,read,write,delete operation perform in application

Page 3: Odoo access rights

How we can set access rights in Odoo?? In odoo set access rights using groups.

Groups define in xml format and permission define in xml

and csv format.

Page 4: Odoo access rights

How to create category & groups?

Page 5: Odoo access rights

How we can set access rights in Odoo??

In odoo set access rights using groups

Groups Define in xml format and permission define in xml

and csv format

Page 6: Odoo access rights

We have created order team category and 2 groups.

Page 7: Odoo access rights

If we not assign category in groups then it will display in Other section.

Page 8: Odoo access rights

How to implied groups?

Page 9: Odoo access rights

How to give security to field?

Page 10: Odoo access rights

How to give security to menu?

Page 11: Odoo access rights

How to give security to button & workflow?

Page 12: Odoo access rights

How to give security to object (Model)?

Page 13: Odoo access rights

What is record rules?

When accessing an object, records are filtered based on record rules. Record rules or access filters are therefore filters that limits records of an object a group can access.

A record rule is a condition that each record must satisfy to be created, read, updated (written) or deleted. Records that do not meet the Conditions are filtered.

Page 14: Odoo access rights

How to Define record rule in odoo?

Page 15: Odoo access rights

Usage of Global in record rule

If groups are not define in record rule then by default global will be True(no group = global).

Page 16: Odoo access rights

Thank you