diff --git a/README.md b/README.md index 6c9749dc2..044311229 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [product_brand](product_brand/) | 16.0.1.0.2 | | Product Brand Manager [product_brand_mrp](product_brand_mrp/) | 16.0.1.0.0 | | This module allows to work with product_brand in MRP. [product_brand_purchase](product_brand_purchase/) | 16.0.1.0.0 | | This module allows to work with product_brand in purchase reports. +[product_brand_stock](product_brand_stock/) | 16.0.1.0.0 | | This module allows to work with product_brand in Stock. [product_brand_tag](product_brand_tag/) | 16.0.1.0.0 | | Add tags to product brand [sale_brand](sale_brand/) | 16.0.1.0.1 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | Send branded sales orders diff --git a/product_brand_stock/README.rst b/product_brand_stock/README.rst index f8a3ac9a4..97e1016e6 100644 --- a/product_brand_stock/README.rst +++ b/product_brand_stock/README.rst @@ -7,7 +7,7 @@ Product Brand Stock !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0da92363dac5134681371fc006dff2952e36047a6e38d03c5be198dc94b5131f + !! source digest: sha256:9535914a3601b18268ce5e492244bfd5c7acc5f9de0d4c64387343a36803df09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_brand_stock/static/description/index.html b/product_brand_stock/static/description/index.html index c4a601362..6ba8af7b0 100644 --- a/product_brand_stock/static/description/index.html +++ b/product_brand_stock/static/description/index.html @@ -1,4 +1,4 @@ - + @@ -367,7 +367,7 @@

Product Brand Stock

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0da92363dac5134681371fc006dff2952e36047a6e38d03c5be198dc94b5131f +!! source digest: sha256:9535914a3601b18268ce5e492244bfd5c7acc5f9de0d4c64387343a36803df09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to work with product_brand in Stock reports.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 40ed3e7f2..6fcca4b6c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231016.1 \ No newline at end of file +16.0.20231102.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e1b3f3479..b2a3a4b92 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -15,6 +15,7 @@ 'odoo-addon-product_brand>=16.0dev,<16.1dev', 'odoo-addon-product_brand_mrp>=16.0dev,<16.1dev', 'odoo-addon-product_brand_purchase>=16.0dev,<16.1dev', + 'odoo-addon-product_brand_stock>=16.0dev,<16.1dev', 'odoo-addon-product_brand_tag>=16.0dev,<16.1dev', 'odoo-addon-sale_brand>=16.0dev,<16.1dev', ],