-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
[14.0][MIG] website_cookie_notice: merged into website #2960
[14.0][MIG] website_cookie_notice: merged into website #2960
Conversation
335d512
to
d972100
Compare
@pedrobaeza I think it's ready. |
d972100
to
c76e7e0
Compare
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.
This must depends on #2840
openupgrade.logged_query( | ||
env.cr, | ||
""" | ||
WITH keys AS ( |
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.
Why doing this again?
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.
What do you mean again? here we delete all views that have as key the views of 'cookie_message' and 'cookie_message_container'
openupgrade.logged_query( | ||
env.cr, | ||
""" | ||
DELETE FROM ir_model_data imd |
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.
I think deleting by ORM the view, the COW system deletes the rest.
Continue in #2840. |
Adapting to of OCA/website#814 (comment).