[BP][IMP] website_cookiefirst: Replace deprecated Cookiefirst functionality#1116
Conversation
NICO-SOLUTIONS
commented
Jul 2, 2025
- replace banner.js with new consent.js script using domain and identifier
- back ported from V17 PR ([IMP] website_cookiefirst: Replace deprecated Cookiefirst functionality #1110)
ef79780 to
5368132
Compare
|
This PR has the |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
@pedrobaeza |
|
/ocabot merge major |
|
What a great day to merge this nice PR. Let's do it! |
|
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-1116-by-pedrobaeza-bump-major. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
@pedrobaeza ModuleNotFoundError: No module named 'pkg_resources' It seems that this may be happening because the GitHub Actions environment does not have setuptools (and therefore pkg_resources) installed before the hooks are executed. On my local environment, where setuptools is installed, the pre-commit hooks run successfully. Could this issue be related to my local setup, or is it something that occurs specifically in the GitHub Actions environment? |
|
Please put a PR updating the copier template, that includes the patch for this. |
|
@pedrobaeza Since I’m not that familiar with the procedure yet, I just wanted to check upfront: would adding - repo: https://github.com/acsone/setuptools-odoo
rev: {{ repo_rev.setuptools_odoo }}
hooks:
- id: setuptools-odoo-make-default
additional_dependencies:
- setuptools
{%- if generate_requirements_txt %} |
|
pre-commit fixed in #1173 executing the update of the template with the copier tool. |
|
/ocabot merge major |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at 2e7fdb7. Thanks a lot for contributing to OCA. ❤️ |
|
@pedrobaeza |