40 Commits

Author SHA1 Message Date
Lois Rilo
6de5182fe3 [IMP] mrp_multi_level: allow to specify distribution LT 2024-04-03 15:35:09 +02:00
Lois Rilo
8f0be86313 [IMP] mrp_multi_level: add date to default grouping filters
It is the default colum for pivot view.
2024-02-14 10:12:21 +01:00
Alessandro Uffreduzzi
b95762c93d [FIX] all: fix pre-commit new checks 2023-10-31 09:54:12 +01:00
BernatPForgeFlow
6d65b81d10 [IMP] mrp_multi_level: Add mrp_move tree view 2023-05-04 11:28:28 +02:00
BernatPForgeFlow
d5778e1b58 [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-01-30 13:45:07 +01:00
Lois Rilo
ff5c7cd603 [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:34:56 +02:00
Miquel Raïch
2ec1bc4745 [FIX] mrp_multi_level: add view in manifest 2022-06-17 17:04:19 +02:00
Lois Rilo
3c9d9813fb [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-06-13 10:04:57 +02:00
Jordi Ballester
bdf4e14881 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-06-13 10:03:36 +02:00
Jordi Ballester
657c1cd13e [mrp_multi_level][imp] add name in search of planned orders 2021-10-26 11:03:53 +02:00
Andrea Piovesana
c41f370338 [14.0][IMP] mrp_multi_level run in planning menu
move to new planning menu
2021-06-04 14:55:36 +02:00
Lois Rilo
3632f9e714 [IMP] mrp_multi_level: show main supplier in mrp inventory 2021-03-11 13:30:25 +01:00
davidborromeo
7629759536 [MIG] mrp_multi_level: Migration to 14.0 2021-03-11 12:46:19 +01:00
hveficent
96793593d9 [IMP] mrp_multi_level:
* Stock Moves Domain moved to product mrp area
2021-03-03 13:04:05 +01:00
ahenriquez
18acb7dd1f [IMP]mrp_multi_level, specific group to run mrp manually 2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
ef0413cb3f 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
2021-03-03 13:04:05 +01:00
OCA-git-bot
1ec8055a84 pre-commit update 2021-03-03 13:04:05 +01:00
hveficent
6e43a5c129 [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).
2021-03-03 13:04:05 +01:00
Lois Rilo
378603a757 [13.0][FIX] mrp_multi_level:
* main supplier computation in multi company
* triplicated field in search view
2021-03-03 13:04:05 +01:00
Lois Rilo
11bf55ee36 [FIX] mrp_multi_level: company in the search view move to the last position. It isn't the most common filter used. 2021-03-03 13:04:05 +01:00
hveficent
a5f171adcd [IMP] mrp_multi_level: Show supply method on mrp inventory 2021-03-03 13:04:05 +01:00
Lois Rilo
3bde781f26 [13.0][MIG] mrp_multi_level 2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
b150928405 add support for multi-company 2021-03-03 13:04:05 +01:00
Lois Rilo
dce2682fdc [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.
2021-03-03 13:04:05 +01:00
Lois Rilo
88bb522d0f [11.0][FIX] mrp_multi_level:
* remove duplicated fields in view
* fix issue using this module together with procurement_auto_create_group.
2021-03-03 13:04:05 +01:00
Lois Rilo
091114f26a [11.0][FIX] mrp_multi_level: remove unralated security group in views. 2021-03-03 13:04:05 +01:00
Lois Rilo
302b545464 [11.0][IMP] mrp_multi_level: able to group demand estimates or to ignore them. 2021-03-03 13:04:05 +01:00
Lois Rilo
dbe5b86a53 [11.0][IMP] mrp_multi_level: able to procure from a different location than area's. 2021-03-03 13:04:05 +01:00
Lois Rilo
4625b79bc9 [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.
2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
edc87ee573 Fixes, and add migration script 2021-03-03 13:04:05 +01:00
Lois Rilo
cbc17ecc58 [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.
2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
f89873ca61 [11.0][mrp_multi_level] refactor mrp area 2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
d313466f1b enable MRP view in product templates 2021-03-03 13:04:05 +01:00
Lois Rilo
4bceabe96d [11.0][UPD] mrp_multi_level: update README and manifest to OCA standards. 2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
7c0296a673 rename 'date_to_procure' to 'order_release_date' 2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
ccbae558f2 add resource calendar to mrp area 2021-03-03 13:04:05 +01:00
Lois Rilo
cde17288a6 [11.0][IMP] mrp_multi_level: reduce qty to procure with each procure done. 2021-03-03 13:04:05 +01:00
Lois Rilo
70966480af [11.0] mrp_multi_level: cleanup:
* remove unneded methods
 * fix pylint
 * fix style
2021-03-03 13:04:05 +01:00
Lois Rilo
ff124b2e2b [11.0][IMP] mrp_multi_level: improve usability 2021-03-03 13:04:05 +01:00
Lois Rilo
a49f269bf0 [11.0][REN] multi_level_mrp -> mrp_multi_level 2021-03-03 13:04:05 +01:00