[CLN] rdtraining: remove reference to unexisting file
The referenced `bypass.py` file isn't specified anywhere in the training documentation or code content. The paragraph is removed to avoid meaningless searches and confusing trainees. This commit also adds a missing parenthese in the preceding code content. Fixes #2488 closes odoo/documentation#2518 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
148de7d665
commit
1c4abe4e07
@ -335,11 +335,7 @@ right being checked:
|
|||||||
the invoice (as creating the invoice accesses the property, therefore triggers
|
the invoice (as creating the invoice accesses the property, therefore triggers
|
||||||
an ACL check) e.g.::
|
an ACL check) e.g.::
|
||||||
|
|
||||||
print(" reached ".center(100, '=')
|
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)
|
|
||||||
|
|
||||||
You should see ``reached`` in your Odoo log, followed by an access error.
|
You should see ``reached`` in your Odoo log, followed by an access error.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user