-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ADD] Add error message chart_template_ref argument has been removed in v18 #101
base: master
Are you sure you want to change the base?
Conversation
4c0cd5a
to
438aa3a
Compare
@legalsylvain @bruno-zanotti @jjscarafia @pedrobaeza |
@@ -0,0 +1,2 @@ | |||
.py: | |||
chart_template_ref: "[18] The 'chart_template_ref' argument has been removed from setUpClass. More details: https://github.com/odoo/odoo/pull/152899" |
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.
maybe a more precise regex. something like
chart_template_ref: "[18] The 'chart_template_ref' argument has been removed from setUpClass. More details: https://github.com/odoo/odoo/pull/152899" | |
chart_template_ref: "[18] The 'setUpClass.*chart_template_ref' argument has been removed from setUpClass. More details: https://github.com/odoo/odoo/pull/152899" |
don't you think?
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.
Should it be this way?
py: setUpClass.*chart_template_ref: "[18] The 'chart_template_ref' argument..
This PR has the |
438aa3a
to
68218c6
Compare
@legalsylvain Do you see it clearly now? |
More info here