diff --git a/README.md b/README.md index fc85df8fe..8a1b96b50 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ addon | version | maintainers | summary [mrp_lot_number_propagation](mrp_lot_number_propagation/) | 15.0.0.3.0 | [](https://github.com/sebalix) | Propagate a serial number from a component to a finished product [mrp_lot_on_hand_first](mrp_lot_on_hand_first/) | 15.0.1.0.0 | [](https://github.com/grindtildeath) | Allows to display lots on hand first in M2o fields [mrp_multi_level](mrp_multi_level/) | 15.0.1.11.5 | [](https://github.com/JordiBForgeFlow) [](https://github.com/LoisRForgeFlow) [](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler -[mrp_multi_level_estimate](mrp_multi_level_estimate/) | 15.0.1.1.1 | [](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. +[mrp_multi_level_estimate](mrp_multi_level_estimate/) | 15.0.1.1.2 | [](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. [mrp_planned_order_matrix](mrp_planned_order_matrix/) | 15.0.1.1.0 | | Allows to create fixed planned orders on a grid view. [mrp_production_component_availability_search](mrp_production_component_availability_search/) | 15.0.1.0.0 | [](https://github.com/ivantodorovich) | Filter manufacturing orders by their components availability state [mrp_production_date_planned_finished](mrp_production_date_planned_finished/) | 15.0.1.0.0 | [](https://github.com/ivantodorovich) | Allows to plan production from the desired finish date diff --git a/mrp_multi_level_estimate/README.rst b/mrp_multi_level_estimate/README.rst index 38af9dd74..04f9b5695 100644 --- a/mrp_multi_level_estimate/README.rst +++ b/mrp_multi_level_estimate/README.rst @@ -7,7 +7,7 @@ MRP Multi Level Estimate !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ff202834e6729c353711695370a83bf9a86401f90b4b9775e3f822603efcc03a + !! source digest: sha256:1e2ffb67e3ef323948993e783642b74f757c85d48497490a8045bdac0fc87e4f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/mrp_multi_level_estimate/__manifest__.py b/mrp_multi_level_estimate/__manifest__.py index 9eb9ab7e5..e0f1e6972 100644 --- a/mrp_multi_level_estimate/__manifest__.py +++ b/mrp_multi_level_estimate/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP Multi Level Estimate", - "version": "15.0.1.1.1", + "version": "15.0.1.1.2", "development_status": "Production/Stable", "license": "LGPL-3", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/mrp_multi_level_estimate/static/description/index.html b/mrp_multi_level_estimate/static/description/index.html index ad76fe7ed..4f93e567d 100644 --- a/mrp_multi_level_estimate/static/description/index.html +++ b/mrp_multi_level_estimate/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:ff202834e6729c353711695370a83bf9a86401f90b4b9775e3f822603efcc03a +!! source digest: sha256:1e2ffb67e3ef323948993e783642b74f757c85d48497490a8045bdac0fc87e4f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Integration for MRP Multi Level and Stock Demand Estimates system.