Commit Graph

24 Commits

Author SHA1 Message Date
hveficent
78423ae8ab [IMP] mrp_multi_level: Minor changes
* Planned Orders become fixed on manual creation by default
* Released Quantity become readonly
* Add product reference if Planned Order name is not defined on bom explosion
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
Lois Rilo
ee5ed0104f [12.0][FIX] mrp_multi_level: when grouping demand, if supply and
demand moves have the same date it can happen that the supply is
effectively ignored if considered as staring move of the
grouping and there are more groups to be done after it.

A test case include in this fix depicts in detail the
the problem and ensures no regression.
2022-01-25 09:38:57 +01:00
Lois Rilo
7442a26b78 [12.0][FIX] mrp_multi_level: creating undesired planned orders.
add another exclude point at planned order creation.
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
80e3127480 [11.0][MIG] mrp_multi_level: open MRP inventory screen if manually run 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
db19a62b70 [11.0][FIX] mrp_multi_level: pass a context to exclude hook when exploding. 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
ac476a89a7 [11.0][IMP] mrp_multi_level:
* Able to run MRP only for selected areas.
 * Clean logging messages.
2022-01-25 09:38:57 +01:00
Lois Rilo
3b519b6d41 [11.0][IMP] mrp_multi_level: be able to group demand when generating supply proposals 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
5e8049a961 convert read_groups into sql queries due to issue with locale 2022-01-25 09:38:57 +01:00
Jordi Ballester Alomar
eb6edbf391 mrp_multi_level:
* during bom explosion consider only stockable products in the BOM.
* add logo
* add rounding on application of stock demand estimates.
2022-01-25 09:38:57 +01:00
Lois Rilo
5c406d7fb7 [11.0][FIX] mrp_multi_level:
* calendar defined only in warehouse.
 * remove raw query.
2022-01-25 09:38:57 +01:00
Lois Rilo
3487341dca [11.0][FIX] mrp_multi_level: the user and system locales could make the MRP run break. 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
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