Commit Graph

22 Commits

Author SHA1 Message Date
OCA-git-bot
609fcb608e Merge PR #954 into 15.0
Signed-off-by LoisRForgeFlow
2023-02-09 13:58:37 +00:00
BernatPForgeFlow
3058bb707c [IMP] mrp_multi_level: Add MRP Planner
For each MRP Parameter or for each Product in a MRP Area, we will be able to add a MRP Planner. Once this planner is set, he can filter himself in the MRP Parameters view, MRP Inventory view or MRP Planned Orders view.
2023-02-07 12:56:50 +01:00
Lois Rilo
e4d5f4971c [IMP] mrp_multi_level: better group operators
For initial OH, final OH and planned availability grouping with sum
does not provide any value, specially when grouping by product.
And avg though can be more interesting.

For demand and supply we could have more doubts and the sum can
make sense, so we keep it as is.
2023-01-26 13:04:11 +01:00
Jordi Ballester
e8a0b6107e improve usage of planned orders. - The description of the planned order includes the topmost requirement that caused the planned order. This makes it easier to trace, for example, what planned orders has a given sales order generated. The description of the planned order is passed on to the Manufacturing Orders / Purchase Orders / Transfers as the origin, so it can be possible to search for PO's / MO's that were originated as a result of a given sales order, for example.
- The MRP Inventory tree view is improved so as to add a button to allow you to
  jump to the planned orders.
2022-03-17 14:57:25 +01:00
Christopher Ormaza
ec93a5fe41 [15.0][MIG] mrp_multi_level 2022-01-25 09:57:03 +01:00
Jordi Ballester
e88e20ea69 [FIX] mrp_multi_level: allow to delete product.mrp.area records
Planned orders and mrp moves are mostly data that is regenerated every time
that the multi level mrp is run.
2022-01-25 09:38:58 +01:00
Lois Rilo
f05679c0b1 [IMP] mrp_multi_level: show main supplier in mrp inventory 2022-01-25 09:38:58 +01:00
Jordi Ballester Alomar
9718795305 fix error in _compute_order_release_date of mrp.inventory 2022-01-25 09:38:58 +01:00
hveficent
5211466da1 [IMP] mrp_multi_level: Show supply method on mrp inventory 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
Jordi Ballester Alomar
502a865a83 add support for multi-company 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
c4646afe5f [11.0][FIX] mrp_multi_level: fix supply method computation and add required fields. 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
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
Jordi Ballester Alomar
320ac61d6a rename 'date_to_procure' to 'order_release_date' 2022-01-25 09:38:57 +01:00
Jordi Ballester Alomar
4990092751 change date_to_procure to consider working calendar 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
ae535eaacd [11.0][IMP] mrp_multi_level: improve usability 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