diff --git a/README.md b/README.md index 2c5731962f..65b963b324 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [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 +[website_snippet_marginless_gallery](website_snippet_marginless_gallery/) | 17.0.1.0.0 | | Add a snippet to have a marginless image gallery [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 9b3f95c4fe..4dedc5c3fc 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-website" -version = "17.0.20241128.0" +version = "17.0.20250110.0" dependencies = [ "odoo-addon-website_cookiebot>=17.0dev,<17.1dev", "odoo-addon-website_cookiefirst>=17.0dev,<17.1dev", @@ -10,6 +10,7 @@ dependencies = [ "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", + "odoo-addon-website_snippet_marginless_gallery>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python", diff --git a/website_snippet_marginless_gallery/README.rst b/website_snippet_marginless_gallery/README.rst index 76be35c2d8..41d6dcd9eb 100644 --- a/website_snippet_marginless_gallery/README.rst +++ b/website_snippet_marginless_gallery/README.rst @@ -7,7 +7,7 @@ Marginless Gallery Snippet !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a19a901da5b457ee0a13bc349daf8c34cb65fb39514352952a46326be9e22cfe + !! source digest: sha256:31cbe53715d63d5f7e3b1d6d6678c5c24260cb6354c20b8bae1bef5b7203d08e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -42,16 +42,16 @@ Usage To use this module, you need to: -- Edit any page in your website. -- Go to **Blocks > Structure**. -- Drag the **Marginless Gallery** snippet anywhere in your page. +- Edit any page in your website. +- Go to **Blocks > Structure**. +- Drag the **Marginless Gallery** snippet anywhere in your page. To change images, you need to: -- Select any image block in the snippet you just created. -- Go to **Customize > Background** and choose any background you want. -- Backgrounds will be centered and cover the whole element in any - layout. +- Select any image block in the snippet you just created. +- Go to **Customize > Background** and choose any background you want. +- Backgrounds will be centered and cover the whole element in any + layout. Bug Tracker =========== @@ -75,11 +75,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_marginless_gallery/static/description/index.html b/website_snippet_marginless_gallery/static/description/index.html index 4f6d511829..bca6b18f4b 100644 --- a/website_snippet_marginless_gallery/static/description/index.html +++ b/website_snippet_marginless_gallery/static/description/index.html @@ -367,7 +367,7 @@

Marginless Gallery Snippet

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a19a901da5b457ee0a13bc349daf8c34cb65fb39514352952a46326be9e22cfe +!! source digest: sha256:31cbe53715d63d5f7e3b1d6d6678c5c24260cb6354c20b8bae1bef5b7203d08e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of the website module to add a new