Commit Graph

18 Commits

Author SHA1 Message Date
Lois Rilo
db6b3d03e1 [IMP] mrp_multi_level: add date to default grouping filters
It is the default colum for pivot view.
2024-01-24 11:49:17 -07:00
BernatPForgeFlow
0d309aba1f [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:47 +01:00
joan
a2e4d80331 [MIG] mrp_multi_level: Migration to 16.0 2022-11-23 16:39:07 +01:00
Miquel Raïch
89e8885826 [IMP] mrp_multi_level: add utf8 encoding to xml files 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
Christopher Ormaza
57cf74ca68 [15.0][MIG] mrp_multi_level 2022-11-21 11:16:14 +01:00
Lois Rilo
f8e2f00190 [IMP] mrp_multi_level: show main supplier in mrp inventory 2022-11-21 11:16:14 +01:00
davidborromeo
152f7c67d9 [MIG] mrp_multi_level: Migration to 14.0 2022-11-21 11:16:14 +01:00
OCA-git-bot
cd5822ad82 pre-commit update 2022-11-21 11:16:14 +01:00
Lois Rilo
3b8c578e81 [13.0][FIX] mrp_multi_level:
* main supplier computation in multi company
* triplicated field in search view
2022-11-21 11:16:14 +01:00
Lois Rilo
07f314ee0d [FIX] mrp_multi_level: company in the search view move to the last position. It isn't the most common filter used. 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
Jordi Ballester Alomar
481d9586b2 add support for multi-company 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
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
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
Jordi Ballester Alomar
0ba8be007f [11.0][mrp_multi_level] refactor mrp area 2022-11-21 11:16:14 +01:00