From b90679cd5334efaee3a2b2927f9dc112be9f4a5b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 16 May 2024 14:55:18 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- stock_inventory/README.rst | 2 +- stock_inventory/__manifest__.py | 2 +- stock_inventory/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11410fded394..e7b0e1b571d0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ addon | version | maintainers | summary [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_helper](stock_helper/) | 16.0.1.1.0 | | Add methods shared between various stock modules -[stock_inventory](stock_inventory/) | 16.0.1.0.0 | | Allows to do an easier follow up of the Inventory Adjustments +[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 [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 diff --git a/stock_inventory/README.rst b/stock_inventory/README.rst index a9f7da83174d..9e3efc71b142 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:008c3de36d56c69a5928d7b2a2f83a0836e5181233bee6acd594ef28a2242312 + !! source digest: sha256:e2b3879e61c49dc00ebcd3c9ee63f0bd6a9dc3ffd79fd290043c953eeee7f43e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_inventory/__manifest__.py b/stock_inventory/__manifest__.py index 1e4cdaeddd2a..539b46bc91a7 100644 --- a/stock_inventory/__manifest__.py +++ b/stock_inventory/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Stock Inventory Adjustment", - "version": "16.0.1.0.0", + "version": "16.0.2.0.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 d0d2d69be95a..fd3f767fb10e 100644 --- a/stock_inventory/static/description/index.html +++ b/stock_inventory/static/description/index.html @@ -366,7 +366,7 @@

Stock Inventory Adjustment

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:008c3de36d56c69a5928d7b2a2f83a0836e5181233bee6acd594ef28a2242312 +!! source digest: sha256:e2b3879e61c49dc00ebcd3c9ee63f0bd6a9dc3ffd79fd290043c953eeee7f43e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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).