diff --git a/README.md b/README.md index d833a37a7a..2c5731962f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [website_google_tag_manager](website_google_tag_manager/) | 17.0.1.0.1 | | Add support for Google Tag Manager [website_odoo_debranding](website_odoo_debranding/) | 17.0.1.0.0 | | Remove Odoo Branding from Website [website_require_login](website_require_login/) | 17.0.1.0.0 | | Website Login Required +[website_snippet_big_button](website_snippet_big_button/) | 17.0.1.0.0 | | A snippet that adds two big buttons [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 1128aa40ae..9b3f95c4fe 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-website" -version = "17.0.20241126.0" +version = "17.0.20241128.0" dependencies = [ "odoo-addon-website_cookiebot>=17.0dev,<17.1dev", "odoo-addon-website_cookiefirst>=17.0dev,<17.1dev", @@ -9,6 +9,7 @@ dependencies = [ "odoo-addon-website_google_tag_manager>=17.0dev,<17.1dev", "odoo-addon-website_odoo_debranding>=17.0dev,<17.1dev", "odoo-addon-website_require_login>=17.0dev,<17.1dev", + "odoo-addon-website_snippet_big_button>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python", diff --git a/website_snippet_big_button/README.rst b/website_snippet_big_button/README.rst index ca9aba7a9e..036823b20a 100644 --- a/website_snippet_big_button/README.rst +++ b/website_snippet_big_button/README.rst @@ -7,7 +7,7 @@ Big Buttons Snippet !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6839b4417e9e5ab25b8eb8ba687d9e797da3337d1bcccf18c3e9e913cf1d4caa + !! source digest: sha256:80c0e31f81a4df149f3069e092bd4f7fb73339189fb15de2b929d2574a2fdd35 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -42,9 +42,9 @@ Usage To use this module, you need to: -- Edit any web page. -- Go to **Blocks > Big Buttons**. -- Drag it anywhere. +- Edit any web page. +- Go to **Blocks > Big Buttons**. +- Drag it anywhere. You can edit the link anywhere on the button. @@ -71,11 +71,11 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Jairo Llopis - - Cristina Martin R. - - Pilar Vargas + - Jairo Llopis + - Cristina Martin R. + - Pilar Vargas Maintainers ----------- diff --git a/website_snippet_big_button/static/description/index.html b/website_snippet_big_button/static/description/index.html index 6498ca78d9..0524ca38f8 100644 --- a/website_snippet_big_button/static/description/index.html +++ b/website_snippet_big_button/static/description/index.html @@ -367,7 +367,7 @@

Big Buttons Snippet

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6839b4417e9e5ab25b8eb8ba687d9e797da3337d1bcccf18c3e9e913cf1d4caa +!! source digest: sha256:80c0e31f81a4df149f3069e092bd4f7fb73339189fb15de2b929d2574a2fdd35 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module was written to extend the functionality of website to