diff --git a/README.md b/README.md index 6ebd8eed4..38fbe940d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ addon | version | maintainers | summary [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 15.0.1.2.0 | | Allows to create demand estimates. [stock_free_quantity](stock_free_quantity/) | 15.0.1.0.1 | | Stock Free Quantity [stock_helper](stock_helper/) | 15.0.1.0.0 | | Add methods shared between various stock modules -[stock_inventory](stock_inventory/) | 15.0.2.1.0 | | Allows to do an easier follow up of the Inventory Adjustments +[stock_inventory](stock_inventory/) | 15.0.2.2.0 | | Allows to do an easier follow up of the Inventory Adjustments [stock_inventory_count_to_zero](stock_inventory_count_to_zero/) | 15.0.1.0.0 | | Request an inventory count filling the quantities to zero as default [stock_inventory_discrepancy](stock_inventory_discrepancy/) | 15.0.1.0.1 | | 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_location_lockdown](stock_location_lockdown/) | 15.0.1.0.1 | | Prevent to add stock on locked locations diff --git a/stock_inventory/README.rst b/stock_inventory/README.rst index 4f8d7d7d8..17d26e3d4 100644 --- a/stock_inventory/README.rst +++ b/stock_inventory/README.rst @@ -7,7 +7,7 @@ Stock Inventory Adjustment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cb9c5e4f82b336311530d9e6d3c5a37b2f8439df559db353ef967775cbf8b73e + !! source digest: sha256:c650529b6f02d61c0968decdf4e01d7fa11f7d0476d64d43c0b81a9bce9f0bee !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_inventory/__manifest__.py b/stock_inventory/__manifest__.py index e0a898e49..10d19d13a 100644 --- a/stock_inventory/__manifest__.py +++ b/stock_inventory/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Stock Inventory Adjustment", - "version": "15.0.2.1.0", + "version": "15.0.2.2.0", "license": "LGPL-3", "maintainer": ["DavidJForgeFlow"], "development_status": "Beta", diff --git a/stock_inventory/static/description/index.html b/stock_inventory/static/description/index.html index 08d8ceaaf..d54664ca2 100644 --- a/stock_inventory/static/description/index.html +++ b/stock_inventory/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cb9c5e4f82b336311530d9e6d3c5a37b2f8439df559db353ef967775cbf8b73e +!! source digest: sha256:c650529b6f02d61c0968decdf4e01d7fa11f7d0476d64d43c0b81a9bce9f0bee !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows to group Inventory Adjustments and have a group traceability (like before Odoo 15.0).