Commit Graph

9 Commits

Author SHA1 Message Date
BernatPForgeFlow
7e2c48a437 [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-02-28 17:40:52 +01:00
Bernat Puig Font
b3ada62f90 [FIX] mrp_multi_level: Manage Kits in MRP Multi Level 2022-09-16 13:30:38 +02:00
Matt Taylor
c59c61f34c [FIX] mrp_multi_level: Check BoM Line Attrs
add a call to mrp.bom.line._skip_bom_line() method
fixes #505
2020-10-29 16:32:15 +01:00
OCA-git-bot
8a6ed280b4 pre-commit update 2020-03-14 12:13:10 +01:00
Lois Rilo
d0765c3d87 [13.0][MIG] mrp_multi_level 2019-12-23 10:10:14 +01:00
Lois Rilo
f5483cb563 [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.
2019-12-23 10:10:14 +01:00
Jordi Ballester Alomar
416c26f78d [11.0][mrp_multi_level] refactor mrp area 2019-12-23 10:10:14 +01:00
Lois Rilo
3b3b137e89 [11.0] mrp_multi_level: cleanup:
* remove unneded methods
 * fix pylint
 * fix style
2019-12-23 10:10:14 +01:00
Lois Rilo
44fc4142a2 [11.0][REN] multi_level_mrp -> mrp_multi_level 2019-12-23 10:10:14 +01:00