diff --git a/README.md b/README.md index 1e5265d66a..8fe3ecabbc 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [website_sale_b2x_alt_price](website_sale_b2x_alt_price/) | 17.0.1.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Display prices with(out) taxes in eCommerce, complementing normal mode [website_sale_hide_price](website_sale_hide_price/) | 17.0.1.1.0 | | Hide product prices on the shop +[website_sale_product_description](website_sale_product_description/) | 17.0.1.0.0 | | Shows custom e-Commerce description for products [website_sale_suggest_create_account](website_sale_suggest_create_account/) | 17.0.1.0.0 | | Suggest users to create an account when buying in the website [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8b51abbee4..7ba1aad69a 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-e-commerce" -version = "17.0.20240810.0" +version = "17.0.20240822.0" dependencies = [ "odoo-addon-website_sale_b2x_alt_price>=17.0dev,<17.1dev", "odoo-addon-website_sale_hide_price>=17.0dev,<17.1dev", + "odoo-addon-website_sale_product_description>=17.0dev,<17.1dev", "odoo-addon-website_sale_suggest_create_account>=17.0dev,<17.1dev", ] classifiers=[ diff --git a/website_sale_product_description/README.rst b/website_sale_product_description/README.rst index c22de6c2f2..495c17fa0b 100644 --- a/website_sale_product_description/README.rst +++ b/website_sale_product_description/README.rst @@ -7,7 +7,7 @@ Website Sale Product Description !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:72a1698fd11baf755d51363f1e2de52f7f3632a85c11df9381259ef87f35dd64 + !! source digest: sha256:db7d1217ce033c0cd9c34b8616b2dd2dcbe36e2cea4cf52da1353f311d710102 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -73,6 +73,7 @@ Contributors - David Alonso - Mantas Šniukas +- Maciej Wichowski Maintainers ----------- diff --git a/website_sale_product_description/static/description/index.html b/website_sale_product_description/static/description/index.html index ee8478a761..8dfc63aba8 100644 --- a/website_sale_product_description/static/description/index.html +++ b/website_sale_product_description/static/description/index.html @@ -367,7 +367,7 @@

Website Sale Product Description

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:72a1698fd11baf755d51363f1e2de52f7f3632a85c11df9381259ef87f35dd64 +!! source digest: sha256:db7d1217ce033c0cd9c34b8616b2dd2dcbe36e2cea4cf52da1353f311d710102 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

With this addon you can edit a specific HTML description for a product. @@ -413,6 +413,7 @@

Contributors