Commit Graph

31 Commits

Author SHA1 Message Date
Lois Rilo
be2c9dc985 [FIX] mrp_multi_level: run tests after installation
to avoid conflicts with mrp_production_date_planned_finished module.
2024-11-18 15:57:28 +01:00
Matt Taylor
f1c795f7c4 [FIX] mrp_multi_level: check for variant bom
fixes #1366

Using the _bom_find() method, we get the BOM with lowest sequence, whether it's a variant
BOM or a template BOM (no product_id).
2024-11-08 10:46:25 +01:00
Matt Taylor
19bf0298f8 [FIX] mrp_multi_level: fix kit/phantom planning
fixes #1362

Ignoring qty_available for phantom products prevents double counting the
qty_available of components.

Creating planned orders for phantom products is simpler than recursively
exploding phantom BOMs. This also makes it easier to analyze the planning data
generated by the MRP calculation.
2024-11-07 12:08:46 +01:00
BernatPForgeFlow
6dd80c9299 [FIX] mrp_multi_level: Prioritize safety stock with mrp moves today
If I have 0 units, my safety stock is 5 units and today I have a supply for 10 units, the procurement recommendation should be 0 units
2024-02-20 16:49:04 +01:00
Lois Rilo
8d811f3da6 [FIX] mrp_multi_level: wrong safety stock intial order in grouped demand mode
Three tests cases modelize the issues being solved.
2024-02-06 17:39:33 +01:00
Lois Rilo
f9b9f19244 [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:23:03 -07:00
Alexandre Fayolle
0484184450 [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-12 14:25:44 +01:00
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
Bernat Puig Font
1403cd378e [FIX] mrp_multi_level: Manage Kits in MRP Multi Level 2022-09-20 09:26:08 +02:00
Lois Rilo
932df6ec05 [IMP] mrp_multi_level: Archiving a product should archive related MRP parameters 2022-03-18 12:11:09 +01:00
NuriaXForgeFlow
5f8f026612 [FIX] mrp_multi_level: Fix case when Purchase Uom is different from Uom and PO in draft 2022-03-02 09:09:28 +01:00
Christopher Ormaza
ec93a5fe41 [15.0][MIG] mrp_multi_level 2022-01-25 09:57:03 +01:00
Lois Rilo
1e460e851c [FIX] mrp_multi_level: Consider timezone of the warehouse to generate mrp inventory records. 2022-01-25 09:38:58 +01:00
Lois Rilo
cf161dab96 [MIG] mrp_multi_level: finish migration of test 2022-01-25 09:38:58 +01:00
davidborromeo
083781c02d [MIG] mrp_multi_level: Migration to 14.0 2022-01-25 09:38:58 +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
hveficent
416fa13203 [IMP] mrp_multi_level:
* Planned Order release and due date become required.
* Add button to Product MRP Area to update MOQ from Supplier Info.
* Link Manufacturing Orders with Planned Orders.
* Allow Mrp Inventory Procure Wizard to be used from other models.
* Make MRP Inventory creation more extensible.
* Main Supplier computation (v13 requires explicit False definitions).
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
1df4ba9c0b [IMP] mrp_multi_level: black, isort 2022-01-25 09:38:57 +01:00
Lois Rilo
ee5ed0104f [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-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
Lois Rilo
5c0224896e [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.
2022-01-25 09:38:57 +01:00
Lois Rilo
ac476a89a7 [11.0][IMP] mrp_multi_level:
* Able to run MRP only for selected areas.
 * Clean logging messages.
2022-01-25 09:38:57 +01:00
Lois Rilo
3b519b6d41 [11.0][IMP] mrp_multi_level: be able to group demand when generating supply proposals 2022-01-25 09:38:57 +01:00
Lois Rilo
5e65b5861e [11.0] mrp_multi_level:
* fix api.depends fields fro main supplier.
 * fix ordering and missing demo file in manifest.
 * Update README.
 * fix action_view* methods.
 * readd hook to exclude in mrp initialization
 * fix computation of qty available (it was considering several times sub-locations).
 * Remove contraint for outoing and incoming moves to be moved in/outside the company, they can be internal transfers.
 * mrp.moves visible with technical settings.
 * Show product and allow to search by it in mrp.inventory.
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
8d2a5dbc68 [11.0][FIX] Consider *Qty Multiple* on product to propose the quantity to procure. 2022-01-25 09:38:57 +01:00
Lois Rilo
5c406d7fb7 [11.0][FIX] mrp_multi_level:
* calendar defined only in warehouse.
 * remove raw query.
2022-01-25 09:38:57 +01:00
Jordi Ballester Alomar
2709a921e4 add resource calendar to 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