diff --git a/README.md b/README.md index 6d9d866fd1..810b3ba58c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ addon | version | maintainers | summary [website_crm_quick_answer](website_crm_quick_answer/) | 15.0.1.0.1 | | Add an automatic answer for contacts asking for info [website_form_require_legal](website_form_require_legal/) | 15.0.1.1.0 | | Add possibility to require confirm legal terms. [website_forum_subscription](website_forum_subscription/) | 15.0.1.0.0 | | Adds a button to allow subscription from the website -[website_google_tag_manager](website_google_tag_manager/) | 15.0.2.0.0 | | Add support for Google Tag Manager +[website_google_tag_manager](website_google_tag_manager/) | 15.0.2.0.1 | | Add support for Google Tag Manager [website_legal_page](website_legal_page/) | 15.0.2.0.0 | | Website Legal Page [website_local_font](website_local_font/) | 15.0.1.0.0 | | Allows to add local fonts on Odoo website [website_odoo_debranding](website_odoo_debranding/) | 15.0.1.0.1 | | Remove Odoo Branding from Website diff --git a/website_google_tag_manager/README.rst b/website_google_tag_manager/README.rst index 99600271fc..61b7b6e6d0 100644 --- a/website_google_tag_manager/README.rst +++ b/website_google_tag_manager/README.rst @@ -7,7 +7,7 @@ Google Tag Manager !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a3d4c454a850ec36b382597247edbb71e2ac4d9fb4d64a4564e092b4db810fa4 + !! source digest: sha256:00e2363725aa7899029b90453768edd23d4572f10d610829f7a2d030f1f88714 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/website_google_tag_manager/__manifest__.py b/website_google_tag_manager/__manifest__.py index 5ded4125eb..4d79b04694 100644 --- a/website_google_tag_manager/__manifest__.py +++ b/website_google_tag_manager/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Google Tag Manager", - "version": "15.0.2.0.0", + "version": "15.0.2.0.1", "author": "ABF OSIELL, Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, diff --git a/website_google_tag_manager/static/description/index.html b/website_google_tag_manager/static/description/index.html index d8bef7f3cc..6288ef27c9 100644 --- a/website_google_tag_manager/static/description/index.html +++ b/website_google_tag_manager/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Google Tag Manager

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a3d4c454a850ec36b382597247edbb71e2ac4d9fb4d64a4564e092b4db810fa4 +!! source digest: sha256:00e2363725aa7899029b90453768edd23d4572f10d610829f7a2d030f1f88714 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/website Translate me on Weblate Try me on Runboat

This module allows to configure your Odoo website to support the @@ -425,7 +425,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.