-
-
Notifications
You must be signed in to change notification settings - Fork 696
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
[16.0][FIX] website_cookiebot: disable for sure #1055
[16.0][FIX] website_cookiebot: disable for sure #1055
Conversation
Erasing the identifier seems a bit aggressive. Can we convert the boolean into a regular field and change the template to not load it if not checked? |
We could do it but that will require more changes and a migration script |
Well, I think that the way to go. If not, you lose the ID if you want to disable it temporarily or make some tests. |
e2eeabb
to
dbe2c86
Compare
Ok, done :) |
If we don't remove the key the assets will keep trying to load, which isn't what we'd expect. TT50520
dbe2c86
to
6faa540
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.
/ocabot merge nobump
On my way to merge this fine PR! |
Congratulations, your PR was merged at cbd0383. Thanks a lot for contributing to OCA. ❤️ |
If we don't remove the key the assets will keep trying to load, which isn't what we'd expect.
cc @Tecnativa TT50520
please review @pedrobaeza @CarlosRoca13