diff --git a/README.md b/README.md index 8891225b983..46a5094585a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ addon | version | maintainers | summary [product_secondary_unit](product_secondary_unit/) | 16.0.1.0.3 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Set a secondary unit per product [product_sequence](product_sequence/) | 16.0.2.0.1 | | Product Sequence [product_set](product_set/) | 16.0.3.0.0 | | Product set +[product_simple_seasonality](product_simple_seasonality/) | 16.0.1.0.0 | [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) | Product seasonality [product_standard_price_tax_included](product_standard_price_tax_included/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Brings a Cost Price Field Tax Included on Product Model [product_state](product_state/) | 16.0.1.2.0 | [![emagdalenaC2i](https://github.com/emagdalenaC2i.png?size=30px)](https://github.com/emagdalenaC2i) | Module introducing a state field on product template [product_sticker](product_sticker/) | 16.0.1.0.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Product Sticker diff --git a/product_simple_seasonality/README.rst b/product_simple_seasonality/README.rst index c25c190c6e9..5b09547fb51 100644 --- a/product_simple_seasonality/README.rst +++ b/product_simple_seasonality/README.rst @@ -7,7 +7,7 @@ Product Simple Seasonality !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0197ed616e759f09f528ac68441e01331fdce3e348f268341435cebc9dd91fa7 + !! source digest: sha256:454f41e347978302526ebcf93b54d26873aec06f39e2d0d3f9219c051c0807d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_simple_seasonality/static/description/index.html b/product_simple_seasonality/static/description/index.html index 059d57ce0e2..518f874ced5 100644 --- a/product_simple_seasonality/static/description/index.html +++ b/product_simple_seasonality/static/description/index.html @@ -367,7 +367,7 @@
This module adds a simple concept of seasonality for products
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 8ac615c75a6..23ac6b04371 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240802.0 \ No newline at end of file +16.0.20240827.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index eefdf243d09..4e8fcca2d2e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -63,6 +63,7 @@ 'odoo-addon-product_secondary_unit>=16.0dev,<16.1dev', 'odoo-addon-product_sequence>=16.0dev,<16.1dev', 'odoo-addon-product_set>=16.0dev,<16.1dev', + 'odoo-addon-product_simple_seasonality>=16.0dev,<16.1dev', 'odoo-addon-product_standard_price_tax_included>=16.0dev,<16.1dev', 'odoo-addon-product_state>=16.0dev,<16.1dev', 'odoo-addon-product_sticker>=16.0dev,<16.1dev',