[IMP] developer/*: replace occurrences of "access rule" by "record rule"
Both the functional and technical name of the `ir.rule` model is "Record
Rule". This commit makes sure that all occurrences of "Access Rule" are
replaced by the correct name "Record Rule" as it was easily confused
with "Access Rights".
Original PR: https://github.com/odoo/documentation/pull/1118
closes odoo/documentation#1424
X-original-commit: a692dbdc9c
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -71,10 +71,11 @@ models.
|
||||
| |-- plant_order.py (another main model)
|
||||
| |-- res_partner.py (inherited Odoo model)
|
||||
|
||||
Concerning *security* and access rights and rules two main files should be used.
|
||||
First one is the definition of access rights done in a ``ir.model.access.csv``
|
||||
file. User groups are defined in ``<module>_groups.xml``. Access rules are
|
||||
defined in ``<model>_security.xml``.
|
||||
Concerning *security*, three main files should be used:
|
||||
|
||||
- First one is the definition of access rights done in a :file:`ir.model.access.csv` file.
|
||||
- User groups are defined in :file:`<module>_groups.xml`.
|
||||
- Record rules are defined in :file:`<model>_security.xml`.
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user