Commit Graph

12 Commits

Author SHA1 Message Date
BernatPForgeFlow
a49664b19a [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:06:03 +01:00
Lois Rilo
019139ea96 [FIX] mrp_multi_level: demo data was failing on installation.
`product_uom_id` is not in the allowed fields for stock.quant
when in inventory mode. See `_get_inventory_fields_create` method
in stock.quant for more details.
2022-11-22 14:15:39 +01:00
Bernat Puig Font
ac59aa1afe [FIX] mrp_multi_level: Delete product 4d from demo data 2022-10-25 15:17:51 +02:00
Bernat Puig Font
1403cd378e [FIX] mrp_multi_level: Manage Kits in MRP Multi Level 2022-09-20 09:26:08 +02:00
Christopher Ormaza
ec93a5fe41 [15.0][MIG] mrp_multi_level 2022-01-25 09:57:03 +01:00
Matt Taylor
27894e8d92 [FIX] mrp_multi_level: Check BoM Line Attrs
add a call to mrp.bom.line._skip_bom_line() method
fixes #505
2022-01-25 09:38:58 +01:00
OCA-git-bot
86be7f364c pre-commit update 2022-01-25 09:38:57 +01:00
Lois Rilo
71d6c4bb86 [13.0][MIG] mrp_multi_level 2022-01-25 09:38:57 +01:00
Lois Rilo
6b5ae91df7 [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-01-25 09:38:57 +01:00
Jordi Ballester Alomar
11a2b88fd1 [11.0][mrp_multi_level] refactor mrp area 2022-01-25 09:38:57 +01:00
Lois Rilo
818e17f7b1 [11.0] mrp_multi_level: cleanup:
* remove unneded methods
 * fix pylint
 * fix style
2022-01-25 09:38:57 +01:00
Lois Rilo
0e350a4640 [11.0][REN] multi_level_mrp -> mrp_multi_level 2022-01-25 09:38:57 +01:00