Commit Graph

42 Commits

Author SHA1 Message Date
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
Lois Rilo
f39d6a1b17 [IMP] mrp_multi_level: add date to default grouping filters
It is the default colum for pivot view.
2024-01-24 09:35:24 -07:00
BernatPForgeFlow
6d763ba2ff [IMP] mrp_multi_level: Add mrp_move tree view 2023-05-04 12:11:45 +02: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
14088614da [FIX] mrp_multi_level: do not include supplies on origin.
Planned orders' origin when groupping was including supplies
which could lead to confusion.
2022-09-16 13:41:32 +02:00
Miquel Raïch
5566d9e385 [IMP] mrp_multi_level: add utf8 encoding to xml files 2022-06-17 17:16:17 +02:00
Lois Rilo
d56ac64702 [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-03-17 18:32:26 +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
Bernat Puig Font
31df84a9d3 [IMP] mrp_multi_level: Add mrp_move form view 2022-03-11 12:04:08 +01:00
Lois Rilo
ef41e51882 [IMP] mrp_multi_level: allow to specify distribution LT 2022-03-02 09:27:29 +01:00
Christopher Ormaza
ec93a5fe41 [15.0][MIG] mrp_multi_level 2022-01-25 09:57:03 +01:00
Jordi Ballester
315aa3173c [14.0][mrp_multi_level][imp] improve speed by creating mrp.move records using the create_multi capabilities 2022-01-25 09:38:58 +01:00
Andrea Piovesana
a68ba362cc [14.0][IMP] mrp_multi_level run in planning menu
move to new planning menu
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
davidborromeo
083781c02d [MIG] mrp_multi_level: Migration to 14.0 2022-01-25 09:38:58 +01:00
hveficent
51fb73d8f5 [IMP] mrp_multi_level:
* Stock Moves Domain moved to product mrp area
2022-01-25 09:38:58 +01:00
ahenriquez
aec2a25c27 [IMP]mrp_multi_level, specific group to run mrp manually 2022-01-25 09:38:57 +01:00
Jordi Ballester Alomar
21b836987e 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-01-25 09:38:57 +01:00
OCA-git-bot
86be7f364c pre-commit update 2022-01-25 09:38:57 +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
733614004f [13.0][FIX] mrp_multi_level:
* main supplier computation in multi company
* triplicated field in search view
2022-01-25 09:38:57 +01:00
Lois Rilo
995e90ab47 [FIX] mrp_multi_level: company in the search view move to the last position. It isn't the most common filter used. 2022-01-25 09:38:57 +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
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
a33618b014 [11.0][FIX] mrp_multi_level:
* remove duplicated fields in view
* fix issue using this module together with procurement_auto_create_group.
2022-01-25 09:38:57 +01:00
Lois Rilo
9ec87466a1 [11.0][FIX] mrp_multi_level: remove unralated security group in views. 2022-01-25 09:38:57 +01:00
Lois Rilo
ca71827f5f [11.0][IMP] mrp_multi_level: able to group demand estimates or to ignore them. 2022-01-25 09:38:57 +01:00
Lois Rilo
ec429818b3 [11.0][IMP] mrp_multi_level: able to procure from a different location than area's. 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
Jordi Ballester Alomar
a8056b28d2 Fixes, and add migration script 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
0a75eb43d6 enable MRP view in product templates 2022-01-25 09:38:57 +01:00
Lois Rilo
d75707ffaa [11.0][UPD] mrp_multi_level: update README and manifest to OCA standards. 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
2709a921e4 add resource calendar to mrp area 2022-01-25 09:38:57 +01:00
Lois Rilo
bb49657895 [11.0][IMP] mrp_multi_level: reduce qty to procure with each procure done. 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