diff --git a/content/developer/howtos/rdtraining/B_acl_irrules.rst b/content/developer/howtos/rdtraining/B_acl_irrules.rst index 3c96eed7f..555fad96f 100644 --- a/content/developer/howtos/rdtraining/B_acl_irrules.rst +++ b/content/developer/howtos/rdtraining/B_acl_irrules.rst @@ -336,11 +336,7 @@ right being checked: the invoice (as creating the invoice accesses the property, therefore triggers an ACL check) e.g.:: - print(" reached ".center(100, '=') - -- Execute ``bypass.py`` in ``estate_account``, giving it the name of your - database, and the name of your version of ``action_sold`` (unless you named it - ``action_sold`` then it's fine) + print(" reached ".center(100, '=')) You should see ``reached`` in your Odoo log, followed by an access error.