-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMP] Add error messages for deprecated '_check_recursion' and '_chec… #112
base: master
Are you sure you want to change the base?
Conversation
Not work as expected for this case |
@@ -0,0 +1,6 @@ | |||
.py: | |||
\b\w+\._check_recursion\(\): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not work with _check_recursion
with parameter
@@ -0,0 +1,6 @@ | |||
.py: | |||
\b\w+\._check_recursion\(\): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\b\w+\._check_recursion\(\): | |
\b\w+\._check_recursion\([^)]*\): |
…k_m2m_recursion' methods, replaced by '_has_cycle' More info here: odoo/odoo#162656
58739b8
to
e0028d5
Compare
@LucasTran380381 There it is corrected |
This PR has the |
…k_m2m_recursion' methods, replaced by '_has_cycle'
More info here: odoo/odoo#162656