Commit Graph

19 Commits

Author SHA1 Message Date
LaiaTForgeFlow
74e6c77b71 [FIX]mrp_multi_level: avoid mixing str with boolean 2022-11-21 11:16:14 +01:00
Lois Rilo
57cd341c71 [IMP] mrp_multi_level: enchance traceability with origin.
* keept description of planned orders verbose.
* make it translatable in most cases.
* while grouping demand include the product in the description.
* add `origin` field not mrp moves and planned orders. Fill it
  with top level demand origin.
2022-11-21 11:16:14 +01:00
Jordi Ballester
27eff5d794 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-11-21 11:16:14 +01:00
Lois Rilo
96afcaa601 [FIX] mrp_multi_level: date_planned required as date object after change upstream.
Due to aec7fcdb69.
2022-11-21 11:16:14 +01:00
Christopher Ormaza
57cf74ca68 [15.0][MIG] mrp_multi_level 2022-11-21 11:16:14 +01:00
Jordi Ballester
ee09d861c3 [mrp_multi_level][fix] allow to procure from planned orders 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
ac0c8f8898 [IMP] mrp_multi_level: Show supply method on mrp inventory 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
a6110eed2d [IMP] mrp_multi_level: black, isort 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
Jordi Ballester Alomar
0ba8be007f [11.0][mrp_multi_level] refactor mrp area 2022-11-21 11:16:14 +01:00
Lois Rilo
bcac052306 mrp_multi_level: date_planned must be passed on as datetime. 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
f4aeb07065 [11.0][IMP] mrp_multi_level: reduce qty to procure with each procure done. 2022-11-21 11:16:14 +01:00
Lois Rilo
eb43b469f7 [11.0] mrp_multi_level: cleanup:
* remove unneded methods
 * fix pylint
 * fix style
2022-11-21 11:16:14 +01:00
Lois Rilo
e78c2585e0 [11.0][REN] multi_level_mrp -> mrp_multi_level 2022-11-21 11:16:14 +01:00