[11.0][REW/IMP] mrp_multi_level:

* Extract concept of planned orders from mrp.move.
* Fix error grouping demand when there is no supply for a the first day of grouping.
* Adapt tests.
This commit is contained in:
Lois Rilo
2019-05-21 12:51:37 +02:00
committed by davidborromeo
parent 26c97b4169
commit 4625b79bc9
18 changed files with 467 additions and 348 deletions

View File

@@ -35,12 +35,12 @@ and explodes this down to the lowest level.
Key Features
------------
* MRP parameters at product variant level.
* MRP parameters set by product variant MRP area pairs.
* Integration with `Stock Demand Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_demand_estimate>`_ system.
* Cron job to calculate the MRP demand.
* Manually calculate the MRP demand.
* Confirm the calculated MRP demand and create PO's, or MO's.
* Able to see the products for which action is needed.
* Able to see the products for which action is needed throught Planned Orders.
**Table of contents**
@@ -81,6 +81,12 @@ To launch replenishment orders (moves, purchases, production orders...):
Changelog
=========
11.0.3.0.0 (2019-05-22)
~~~~~~~~~~~~~~~~~~~~~~~
* [REW/IMP] Rework to include Planned Orders.
(`#365 <https://github.com/OCA/manufacture/pull/365>`_):
11.0.2.2.0 (2019-05-02)
~~~~~~~~~~~~~~~~~~~~~~~