diff --git a/README.md b/README.md index 4cb16ce0ce5..95f54edd87f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ addon | version | maintainers | summary [stock_inventory_count_to_zero](stock_inventory_count_to_zero/) | 16.0.1.0.0 | | Request an inventory count filling the quantities to zero as default [stock_inventory_discrepancy](stock_inventory_discrepancy/) | 16.0.1.1.0 | | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold. [stock_inventory_justification](stock_inventory_justification/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | This module allows to set justification on inventories +[stock_inventory_lockdown](stock_inventory_lockdown/) | 16.0.1.0.0 | | Lock down stock locations during inventories. [stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 16.0.1.1.0 | | More filters for inventory adjustments [stock_location_lockdown](stock_location_lockdown/) | 16.0.1.0.1 | | Prevent to add stock on locked locations [stock_location_package_restriction](stock_location_package_restriction/) | 16.0.1.0.0 | | Control if the location can contain products in a package diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 594383ec75f..a631d2dded2 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241115.0 \ No newline at end of file +16.0.20241211.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ac58d6b82eb..137d3f0207d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -24,6 +24,7 @@ 'odoo-addon-stock_inventory_count_to_zero>=16.0dev,<16.1dev', 'odoo-addon-stock_inventory_discrepancy>=16.0dev,<16.1dev', 'odoo-addon-stock_inventory_justification>=16.0dev,<16.1dev', + 'odoo-addon-stock_inventory_lockdown>=16.0dev,<16.1dev', 'odoo-addon-stock_inventory_preparation_filter>=16.0dev,<16.1dev', 'odoo-addon-stock_location_lockdown>=16.0dev,<16.1dev', 'odoo-addon-stock_location_package_restriction>=16.0dev,<16.1dev', diff --git a/stock_inventory_lockdown/README.rst b/stock_inventory_lockdown/README.rst index 51670d095f6..d4cc5d55c72 100644 --- a/stock_inventory_lockdown/README.rst +++ b/stock_inventory_lockdown/README.rst @@ -7,7 +7,7 @@ Inventory Lock Down !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7ddb56de024aa57a1592b12e4fff62a12e0a3e05ae98961f46d6f055f8d62487 + !! source digest: sha256:babaf62e88e317c7456236551ea3ca7c5620730997acea8fbf6e8c4fa3c9ccc0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_inventory_lockdown/static/description/index.html b/stock_inventory_lockdown/static/description/index.html index 088618f6a6d..fffe23bfbdc 100644 --- a/stock_inventory_lockdown/static/description/index.html +++ b/stock_inventory_lockdown/static/description/index.html @@ -367,7 +367,7 @@
This module lets you lock down the locations during an inventory.