diff --git a/README.md b/README.md index 551361b154..3f717c2b6b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [website_sale_product_attribute_value_filter_existing](website_sale_product_attribute_value_filter_existing/) | 18.0.1.1.0 | | Allow hide attributes values not used in variants [website_sale_product_detail_attribute_image](website_sale_product_detail_attribute_image/) | 18.0.1.0.0 | | Display attributes images in shop product detail [website_sale_product_reference_displayed](website_sale_product_reference_displayed/) | 18.0.1.0.0 | | Display product reference in e-commerce +[website_snippet_product_category](website_snippet_product_category/) | 18.0.1.0.0 | [![Tardo](https://github.com/Tardo.png?size=30px)](https://github.com/Tardo) | Adds a new snippet to show e-commerce categories [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 73fc9d993c..af01511e9d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-e-commerce" -version = "18.0.20250211.0" +version = "18.0.20250217.0" dependencies = [ "odoo-addon-product_template_multi_link==18.0.*", "odoo-addon-website_sale_b2x_alt_price==18.0.*", @@ -10,6 +10,7 @@ dependencies = [ "odoo-addon-website_sale_product_attribute_value_filter_existing==18.0.*", "odoo-addon-website_sale_product_detail_attribute_image==18.0.*", "odoo-addon-website_sale_product_reference_displayed==18.0.*", + "odoo-addon-website_snippet_product_category==18.0.*", ] classifiers=[ "Programming Language :: Python", diff --git a/website_snippet_product_category/README.rst b/website_snippet_product_category/README.rst index 45a2118de2..ee2846c84d 100644 --- a/website_snippet_product_category/README.rst +++ b/website_snippet_product_category/README.rst @@ -7,7 +7,7 @@ Website Snippet Product Category !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:403c2b9204ca8734b5628e1fa3e4a5616ccfa408d56d59a2395967489bdeeb85 + !! source digest: sha256:da246754824c0093d6865be4245a4cf54a5df34954eeb3af71f4157cc2099cd0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -59,13 +59,13 @@ Theming CSS Classes: -- ``.categ_container`` > The container per master category -- ``.categ_scroll_wrapper`` > The scrollable container wrapper -- ``.categ_scroll`` > The scrollable container -- ``.categ_tree_level`` > The category row (image + text) -- ``.main_tree_level`` > The first category row level displayed -- ``.categ_link`` > The link of the category row -- ``.categ_img`` > The container of the icon of the category row +- ``.categ_container`` > The container per master category +- ``.categ_scroll_wrapper`` > The scrollable container wrapper +- ``.categ_scroll`` > The scrollable container +- ``.categ_tree_level`` > The category row (image + text) +- ``.main_tree_level`` > The first category row level displayed +- ``.categ_link`` > The link of the category row +- ``.categ_img`` > The container of the icon of the category row You can use 'data-tree-level' attribute to select the category row of a selected level (1-4 by design). @@ -78,10 +78,10 @@ called ``object``. Known issues / Roadmap ====================== -- The snippet shows a maximum of 4 levels by design. -- Add a option to configure the initial level -- Add a option to select how many levels can be represented -- Handle large amounts of categories +- The snippet shows a maximum of 4 levels by design. +- Add a option to configure the initial level +- Add a option to select how many levels can be represented +- Handle large amounts of categories Bug Tracker =========== @@ -104,13 +104,13 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Alexandre D. Díaz - - Pedro M. Baeza - - Carlos Roca - - Sergio Teruel - - Pilar Vargas + - Alexandre D. Díaz + - Pedro M. Baeza + - Carlos Roca + - Sergio Teruel + - Pilar Vargas Other credits ------------- diff --git a/website_snippet_product_category/static/description/index.html b/website_snippet_product_category/static/description/index.html index c7bcf9338e..99fc029459 100644 --- a/website_snippet_product_category/static/description/index.html +++ b/website_snippet_product_category/static/description/index.html @@ -367,7 +367,7 @@

Website Snippet Product Category

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:403c2b9204ca8734b5628e1fa3e4a5616ccfa408d56d59a2395967489bdeeb85 +!! source digest: sha256:da246754824c0093d6865be4245a4cf54a5df34954eeb3af71f4157cc2099cd0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Adds a new snippet to show e-commerce categories