From ed88e6db7023f5280a8f6adb56d8c4cfa920ff4d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 15 Jan 2025 11:52:41 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + product_category_description/README.rst | 2 +- product_category_description/static/description/index.html | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1c50ed4c92..ecd98c7789c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [product_attribute_value_menu](product_attribute_value_menu/) | 16.0.1.0.1 | | Product attributes values tree and form. Import attribute values. [product_category_active](product_category_active/) | 16.0.1.0.2 | | Add option to archive product categories [product_category_code](product_category_code/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Allows to define a code on product categories +[product_category_description](product_category_description/) | 16.0.1.0.0 | [![MarcBForgeFlow](https://github.com/MarcBForgeFlow.png?size=30px)](https://github.com/MarcBForgeFlow) | Allows to add a detailed description for a product category. [product_category_hr_department](product_category_hr_department/) | 16.0.1.0.0 | [![smaciaosi](https://github.com/smaciaosi.png?size=30px)](https://github.com/smaciaosi) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Link product categories to hr departments [product_category_level](product_category_level/) | 16.0.1.0.0 | [![PierrickBrun](https://github.com/PierrickBrun.png?size=30px)](https://github.com/PierrickBrun) | Add Level field on Product Categories to show the recursion level on the category [product_category_product_qty](product_category_product_qty/) | 16.0.1.0.0 | | Product Category - Product Quantity diff --git a/product_category_description/README.rst b/product_category_description/README.rst index 0421e25674e..418b74f5e12 100644 --- a/product_category_description/README.rst +++ b/product_category_description/README.rst @@ -7,7 +7,7 @@ Product Category Description !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:aad2e900407ce21f07ffaf83b35cac063b426cfa7b0ddc75119621be83d2f247 + !! source digest: sha256:9b015a3f6d225d017ea05a733d4bc2bf63b4c65ffcf78e0cfe07afad664c9c1b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_category_description/static/description/index.html b/product_category_description/static/description/index.html index 223fd9bff3e..45e2a53e55e 100644 --- a/product_category_description/static/description/index.html +++ b/product_category_description/static/description/index.html @@ -367,7 +367,7 @@

Product Category Description

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:aad2e900407ce21f07ffaf83b35cac063b426cfa7b0ddc75119621be83d2f247 +!! source digest: sha256:9b015a3f6d225d017ea05a733d4bc2bf63b4c65ffcf78e0cfe07afad664c9c1b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds a field ‘description’ on product category level.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 25c29ec5bc0..e3799b34608 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241216.0 \ No newline at end of file +16.0.20250115.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9db62e71c00..d48095d1d58 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -19,6 +19,7 @@ 'odoo-addon-product_attribute_value_menu>=16.0dev,<16.1dev', 'odoo-addon-product_category_active>=16.0dev,<16.1dev', 'odoo-addon-product_category_code>=16.0dev,<16.1dev', + 'odoo-addon-product_category_description>=16.0dev,<16.1dev', 'odoo-addon-product_category_hr_department>=16.0dev,<16.1dev', 'odoo-addon-product_category_level>=16.0dev,<16.1dev', 'odoo-addon-product_category_product_qty>=16.0dev,<16.1dev',