19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -6,7 +6,7 @@
'category': 'Hidden',
'version': '1.0',
'description': """
This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.
This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.
""",
'depends': ['base_setup'],
'data': [
@ -16,18 +16,15 @@
'web.assets_frontend': [
'google_recaptcha/static/src/scss/recaptcha.scss',
'google_recaptcha/static/src/js/recaptcha.js',
'google_recaptcha/static/src/js/signup.js',
# TODO remove next line in master, it was kept here as part of a
# stable fix in stable but is unused in the current codebase.
'google_recaptcha/static/src/xml/recaptcha.xml',
'google_recaptcha/static/src/interactions/**/*',
],
'web.assets_backend': [
# TODO we may want to consider moving that file in website instead
# of here and/or adding it in the "website.assets_wysiwyg" bundle,
# which is lazy loaded.
'google_recaptcha/static/src/xml/recaptcha.xml',
'google_recaptcha/static/src/scss/recaptcha_backend.scss',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}