From dd64b6f4d0f7f287cfb8a59ef72d35bfcd85da05 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 9 Mar 2024 14:00:16 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad5a6bc47..aa30c3030 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [stock_inventory](stock_inventory/) | 16.0.1.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 [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 | [![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_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 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](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 2b247bfa0..b90109d6c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240309.0 \ No newline at end of file +16.0.20240309.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c67a966b1..31023c28f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -19,6 +19,7 @@ setuptools.setup( 'odoo-addon-stock_inventory>=16.0dev,<16.1dev', '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_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',