changeset 153ab325f98c in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset&node=153ab325f98c
description:
Remove documentation warning about _check_access
It is not more valid since issue4080.
diffstat:
doc/topics/access_rights.rst | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diffs (14 lines):
diff -r 9a0ae6aa5912 -r 153ab325f98c doc/topics/access_rights.rst
--- a/doc/topics/access_rights.rst Wed Apr 14 10:11:42 2021 +0200
+++ b/doc/topics/access_rights.rst Wed Apr 14 10:37:22 2021 +0200
@@ -14,10 +14,6 @@
<trytond.rpc.RPC.check_access>`) and if the
:attr:`~trytond.transaction.Transaction.user` is not ``root``.
-.. warning::
- The record rules are always enforced regardless of the ``_check_access``
- value.
-
Model
=====