Commit Graph

19 Commits

Author SHA1 Message Date
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
joan
a2e4d80331 [MIG] mrp_multi_level: Migration to 16.0 2022-11-23 16:39:07 +01:00
Christopher Ormaza
57cf74ca68 [15.0][MIG] mrp_multi_level 2022-11-21 11:16:14 +01:00
OCA-git-bot
85ab1ccb88 [UPD] changelog 2022-11-21 11:16:14 +01:00
Lois Rilo
eef3807c3a document latests feature using fragments 2022-11-21 11:16:14 +01:00
Jordi Ballester Alomar
0e5591b9ae Improving the management of planned orders:
* Add menu entry for planned orders
  * Add button to navigate from planned orders to linked manufacturing orders
  * Add action to convert planned orders to fixed
  * When changing the due date in a planned order the release date is recomputed
2022-11-21 11:16:14 +01:00
hveficent
2afa5905d5 [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-11-21 11:16:14 +01:00
hveficent
3925896588 [IMP] mrp_multi_level: Minor changes
* Planned Orders become fixed on manual creation by default
* Released Quantity become readonly
* Add product reference if Planned Order name is not defined on bom explosion
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
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
Lois Rilo
920bd6d2f4 [11.0][IMP] mrp_multi_level: able to procure from a different location than area's. 2022-11-21 11:16:14 +01:00
Lois Rilo
a2fcade94d [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-11-21 11:16:14 +01:00
Lois Rilo
503ffb1e92 [11.0][IMP] mrp_multi_level:
* Able to run MRP only for selected areas.
 * Clean logging messages.
2022-11-21 11:16:14 +01:00
Lois Rilo
e77899b8e7 [11.0][IMP] mrp_multi_level: be able to group demand when generating supply proposals 2022-11-21 11:16:14 +01:00
Lois Rilo
e6e1af8da9 [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-11-21 11:16:14 +01:00
Lois Rilo
a718f91f2b [11.0][FIX] Consider *Qty Multiple* on product to propose the quantity to procure. 2022-11-21 11:16:14 +01:00
Lois Rilo
9339af0456 [11.0][FIX] mrp_multi_level:
* calendar defined only in warehouse.
 * remove raw query.
2022-11-21 11:16:14 +01:00
Lois Rilo
382954547e [11.0][FIX] mrp_multi_level: the user and system locales could make the MRP run break. 2022-11-21 11:16:14 +01:00
Lois Rilo
40688f9ae5 [11.0][UPD] mrp_multi_level: update README and manifest to OCA standards. 2022-11-21 11:16:14 +01:00