diff --git a/README.md b/README.md
index 9e4e075a8..66aa09e24 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,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.0.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 | [](https://github.com/rousseldenis) [](https://github.com/ThomasBinsfeld) | This module allows to set justification on inventories
+[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 16.0.1.0.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_position](stock_location_position/) | 16.0.1.0.0 | | Add coordinate attributes on stock location.
[stock_location_product_restriction](stock_location_product_restriction/) | 16.0.1.0.0 | [](https://github.com/lmignon) [](https://github.com/rousseldenis) | Prevent to mix different products into the same stock location
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index b90109d6c..e793cfecd 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20240309.1
\ No newline at end of file
+16.0.20240314.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 31023c28f..7bd61b046 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -20,6 +20,7 @@ setuptools.setup(
'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_preparation_filter>=16.0dev,<16.1dev',
'odoo-addon-stock_location_lockdown>=16.0dev,<16.1dev',
'odoo-addon-stock_location_position>=16.0dev,<16.1dev',
'odoo-addon-stock_location_product_restriction>=16.0dev,<16.1dev',
diff --git a/stock_inventory_preparation_filter/README.rst b/stock_inventory_preparation_filter/README.rst
index 7b4fe4f95..115a5b93f 100644
--- a/stock_inventory_preparation_filter/README.rst
+++ b/stock_inventory_preparation_filter/README.rst
@@ -7,7 +7,7 @@ Extended Inventory Preparation Filters
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:691e399e7f9a42d4e555036daa1cd255484a300bd4501edf91278a115dc90953
+ !! source digest: sha256:8c18824c9a3e2b66e948d70f89a671cf911b58eb54a022fe851e2b628b3058a6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Extended Inventory Preparation Filters
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
- :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_inventory_preparation_filter
+ :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_inventory_preparation_filter
:alt: OCA/stock-logistics-warehouse
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter
+ :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_inventory_preparation_filter
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=14.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -45,7 +45,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues Includes more options for making an inventory out of: Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
Do not contact contributors directly about support or help with technical issues.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
-This module is part of the OCA/stock-logistics-warehouse project on GitHub.
+This module is part of the OCA/stock-logistics-warehouse project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.