diff --git a/README.md b/README.md index d041ef1c706c..434e422ed0e0 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ addon | version | maintainers | summary [stock_putaway_product_template](stock_putaway_product_template/) | 16.0.1.0.0 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view [stock_quant_cost_info](stock_quant_cost_info/) | 16.0.1.0.0 | | Shows the cost of the quants [stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.0.1 | | Stock - Manual Quant Assignment +[stock_quant_safe_inventory](stock_quant_safe_inventory/) | 16.0.1.0.0 | | Prevents the quantity on the quant from being updated if quantities have already been picked but not validated in pickings in progress. [stock_removal_location_by_priority](stock_removal_location_by_priority/) | 16.0.1.0.0 | | Establish a removal priority on stock locations. [stock_reserve](stock_reserve/) | 16.0.1.3.0 | | Stock reservations on products [stock_route_mto](stock_route_mto/) | 16.0.1.0.0 | | Allows to identify MTO routes through a checkbox and availability to filter them. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index a596b2b1f871..6da905504013 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240314.2 \ No newline at end of file +16.0.20240321.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 71725c98666b..f21faa39c705 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -43,6 +43,7 @@ 'odoo-addon-stock_putaway_product_template>=16.0dev,<16.1dev', 'odoo-addon-stock_quant_cost_info>=16.0dev,<16.1dev', 'odoo-addon-stock_quant_manual_assign>=16.0dev,<16.1dev', + 'odoo-addon-stock_quant_safe_inventory>=16.0dev,<16.1dev', 'odoo-addon-stock_removal_location_by_priority>=16.0dev,<16.1dev', 'odoo-addon-stock_reserve>=16.0dev,<16.1dev', 'odoo-addon-stock_route_mto>=16.0dev,<16.1dev',