Skip to content

Commit

Permalink
Update ir.rule.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Mar 29, 2021
1 parent 6878e15 commit 1caa661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/odoo/models/ir.rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To check either user has access for example to *read* a record, system do as fol

* if the record **doesn't satisfy** (doesn't fit to domain) for at least one of the global rules, then user **doesn't get** access

* Find and check non-global rules for the **model** and for *read* operation.
* Find and check non-global rules for the **model**, which *perm_read* equal True and ``groups`` that intersect with current user groups.

* if there are no such rules, then user **get** access
* if the record **satisfy** (fit to domain) for **at least one** of the non-global rules, then user **get** access
Expand Down

0 comments on commit 1caa661

Please sign in to comment.