diff --git a/README.md b/README.md index ac4d6faeb..e1ab809c0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping [stock_demand_estimate](stock_demand_estimate/) | 16.0.1.2.0 | | Allows to create demand estimates. [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 16.0.1.0.0 | | Allows to create demand estimates. +[stock_exception](stock_exception/) | 16.0.1.0.0 | | Custom exceptions on stock picking [stock_helper](stock_helper/) | 16.0.1.1.0 | | Add methods shared between various stock modules [stock_inventory](stock_inventory/) | 16.0.2.0.0 | | Allows to do an easier follow up of the Inventory Adjustments [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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 979de9b9c..5dae69862 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240518.0 \ No newline at end of file +16.0.20240522.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5c8eb33be..ffecb5792 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -15,6 +15,7 @@ setuptools.setup( 'odoo-addon-scrap_reason_code>=16.0dev,<16.1dev', 'odoo-addon-stock_demand_estimate>=16.0dev,<16.1dev', 'odoo-addon-stock_demand_estimate_matrix>=16.0dev,<16.1dev', + 'odoo-addon-stock_exception>=16.0dev,<16.1dev', 'odoo-addon-stock_helper>=16.0dev,<16.1dev', 'odoo-addon-stock_inventory>=16.0dev,<16.1dev', 'odoo-addon-stock_inventory_count_to_zero>=16.0dev,<16.1dev',