Commit Graph

14 Commits

Author SHA1 Message Date
Lois Rilo
85d466a3dc [FIX] mrp_multi_level: starting qty on hand wrong when using lots
Unify the way to get the starting on hand whenever needed in MRP
calculations.
2024-01-24 08:48:54 -07:00
Alexandre Fayolle
099c5a594e [IMP] mrp_multi_level: safety stock
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
2024-01-24 08:33:13 -07:00
BernatPForgeFlow
b0a93099ac [IMP] mrp_multi_level: Supply method computation for MRP Parameters
For each MRP Parameter, we will calculate its supply method based on the procurement rules path. We will go back in the rules until we find that the action is "buy" or "manufacture", or until the action is "Pull From" or "Pull & Push" and the supply method is "Take from Stock".

This means we will show what the latest rule is if we were to do a procurement. Although it would be possible that the final action does not end up being executed if stock already exists in one of the intermediate locations.
2023-03-02 13:25:33 +01:00
joan
a2e4d80331 [MIG] mrp_multi_level: Migration to 16.0 2022-11-23 16:39:07 +01:00
Bernat Puig Font
fa4e442ed6 [FIX] mrp_multi_level: Manage Kits in MRP Multi Level 2022-11-21 11:16:14 +01:00
NuriaXForgeFlow
ade9eb427a [FIX] mrp_multi_level: Fix case when Purchase Uom is different from Uom and PO in draft 2022-11-21 11:16:14 +01:00
Christopher Ormaza
57cf74ca68 [15.0][MIG] mrp_multi_level 2022-11-21 11:16:14 +01:00
Lois Rilo
2da9b845fd [FIX] mrp_multi_level: Consider timezone of the warehouse to generate mrp inventory records. 2022-11-21 11:16:14 +01:00
davidborromeo
152f7c67d9 [MIG] mrp_multi_level: Migration to 14.0 2022-11-21 11:16:14 +01:00
Matt Taylor
5e712d19ad [FIX] mrp_multi_level: Check BoM Line Attrs
add a call to mrp.bom.line._skip_bom_line() method
fixes #505
2022-11-21 11:16:14 +01:00
Lois Rilo
e00acc3ee6 [13.0][MIG] mrp_multi_level 2022-11-21 11:16:14 +01:00
Lois Rilo
a6110eed2d [IMP] mrp_multi_level: black, isort 2022-11-21 11:16:14 +01:00
Lois Rilo
cdc4d5ad85 [12.0][FIX] mrp_multi_level: when grouping demand, if supply and
demand moves have the same date it can happen that the supply is
effectively ignored if considered as staring move of the
grouping and there are more groups to be done after it.

A test case include in this fix depicts in detail the
the problem and ensures no regression.
2022-11-21 11:16:14 +01:00
Lois Rilo
16d2aff657 [12.0][MIG] mrp_multi_level:
* You can know integrate with different forecasting mechanisms.
  As a consequence integration with stock_demand_estimate is moved
  to a new module (mrp_multi_level_estimate).
* As agreed by the authors, the module is re-licensed to LGPL-3.
2022-11-21 11:16:14 +01:00