mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
When a product has a safety stock in an area, and the current stock is below safety, but there are moves in the future, mrp_multi_level does not compute an immediate action to get back to the safety stock. This PR changes this behavior: when the mrp_moves are considered, before processing the first move in the future, we insert a resupply action to rebuild the safety stock. We also add some refactoring in the process: * add extension point on the wizard to compute the quantity to reorder (so we can choose in a separate module whether to rebuild safety stock or not) * add extension point on the wizard to get the date at which the safety stock must be rebuilt (defaults to today) * make the code of the wizard symetric between the groupes and non grouped configuration
8 lines
339 B
ReStructuredText
8 lines
339 B
ReStructuredText
* Wim Audenaert <wim.audenaert@ucamco.com>
|
|
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
|
* Lois Rilo <lois.rilo@forgeflow.com>
|
|
* Héctor Villarreal <hector.villarreal@forgeflow.com>
|
|
* Christopher Ormaza <chris.ormaza@forgeflow.com>
|
|
* Joan Sisquella <joan.sisquella@forgeflow.com>
|
|
* Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
|