diff --git a/README.md b/README.md index 867d63f4..ec3b81d3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [stock_available](stock_available/) | 17.0.1.0.0 | | Stock available to promise +[stock_free_quantity](stock_free_quantity/) | 17.0.1.0.0 | | Stock Free Quantity [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index c627e599..43cb486b 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-stock-logistics-availability" -version = "17.0.20240503.0" +version = "17.0.20241120.0" dependencies = [ "odoo-addon-stock_available>=17.0dev,<17.1dev", + "odoo-addon-stock_free_quantity>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python", diff --git a/stock_free_quantity/README.rst b/stock_free_quantity/README.rst index 855da604..b0c40232 100644 --- a/stock_free_quantity/README.rst +++ b/stock_free_quantity/README.rst @@ -7,7 +7,7 @@ Stock Free Quantity !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4755c7f64515e666a5840c09014827596aea73151b20bd5accd367a703649c36 + !! source digest: sha256:2a7f0ed0b42635286e2da7a7e66dc3461a328c810e76b325cffadfea940d52c2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/stock_free_quantity/static/description/index.html b/stock_free_quantity/static/description/index.html index b1e41aea..808083c9 100644 --- a/stock_free_quantity/static/description/index.html +++ b/stock_free_quantity/static/description/index.html @@ -1,4 +1,3 @@ - @@ -368,7 +367,7 @@

Stock Free Quantity

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4755c7f64515e666a5840c09014827596aea73151b20bd5accd367a703649c36 +!! source digest: sha256:2a7f0ed0b42635286e2da7a7e66dc3461a328c810e76b325cffadfea940d52c2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/stock-logistics-availability Translate me on Weblate Try me on Runboat

Add Product variant free quantity in Product form view and add the same