Commit Graph

26 Commits

Author SHA1 Message Date
AaronHForgeFlow
4123c8f71c [IMP]mrp_multi_level
* let third modules to choose wether to continue exploding or not

This is useful for subcontracting and potentially for other flows.
2020-11-02 13:50:54 +01:00
Lois Rilo
75f36ff8ca [11.0][FIX] mrp_multi_level: origin for "mv" was never being set.
Also, improve mrp.move by using picking name if the move is part of a picking.
2020-01-02 18:39:21 +01:00
Lois Rilo
127017798c [11.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.
2019-10-16 13:14:27 +02:00
Lois Rilo
21960f8d40 [11.0][MIG] mrp_multi_level: open MRP inventory screen if manually run 2019-07-15 17:19:16 +02:00
Lois Rilo
b063a72c0c [11.0][IMP] mrp_multi_level: able to group demand estimates or to ignore them. 2019-06-05 15:44:44 +02:00
Lois Rilo
eb1166daaa [11.0][FIX] mrp_multi_level: pass a context to exclude hook when exploding. 2019-06-03 13:42:06 +02:00
Lois Rilo
86b28c86c8 [11.0][IMP] mrp_multi_level: able to procure from a different location than area's. 2019-06-03 12:47:04 +02:00
Lois Rilo
cdc7b3d171 [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.
2019-05-24 14:16:44 +02:00
Lois Rilo
312035badd [11.0][IMP] mrp_multi_level:
* Able to run MRP only for selected areas.
 * Clean logging messages.
2019-05-02 13:23:36 +02:00
Lois Rilo
a264188320 [11.0][IMP] mrp_multi_level: be able to group demand when generating supply proposals 2019-04-02 11:09:19 +02:00
Jordi Ballester Alomar
02b1f97699 Fixes, and add migration script 2019-01-29 12:22:03 +01:00
Lois Rilo
17b1a81f4c [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.
2019-01-25 12:48:01 +01:00
Jordi Ballester Alomar
6ac8eab9bd [11.0][mrp_multi_level] refactor mrp area 2019-01-25 12:48:01 +01:00
Jordi Ballester Alomar
6c6521ee60 convert read_groups into sql queries due to issue with locale 2019-01-24 10:24:44 +01:00
Lois Rilo
529ecc8c5f mrp_multi_level: date_planned must be passed on as datetime. 2018-10-30 12:14:29 +01:00
Jordi Ballester Alomar
e34f846ffe mrp_multi_level:
* during bom explosion consider only stockable products in the BOM.
* add logo
* add rounding on application of stock demand estimates.
2018-10-30 12:14:29 +01:00
Lois Rilo
0627cad6e5 [11.0][FIX] Consider *Qty Multiple* on product to propose the quantity to procure. 2018-10-30 12:14:29 +01:00
Lois Rilo
1e204b993c [11.0][FIX] mrp_multi_level:
* calendar defined only in warehouse.
 * remove raw query.
2018-08-09 11:33:17 +02:00
Lois Rilo
1a2ad166fc [11.0][FIX] mrp_multi_level: the user and system locales could make the MRP run break. 2018-08-09 11:33:17 +02:00
Lois Rilo
9aa870adc8 [11.0][UPD] mrp_multi_level: update README and manifest to OCA standards. 2018-07-16 14:20:40 +02:00
Jordi Ballester Alomar
f42cb9a711 rename 'date_to_procure' to 'order_release_date' 2018-07-16 14:20:40 +02:00
Jordi Ballester Alomar
b35f1b5229 add resource calendar to mrp area 2018-07-16 14:20:40 +02:00
Lois Rilo
bb70182b4c [11.0][IMP] mrp_multi_level: reduce qty to procure with each procure done. 2018-07-16 14:20:40 +02:00
Lois Rilo
362afe47c7 [11.0] mrp_multi_level: cleanup:
* remove unneded methods
 * fix pylint
 * fix style
2018-07-16 14:20:40 +02:00
Lois Rilo
b62c06890e [11.0][IMP] mrp_multi_level: improve usability 2018-07-16 14:20:40 +02:00
Lois Rilo
7bc6533e98 [11.0][REN] multi_level_mrp -> mrp_multi_level 2018-07-16 14:20:40 +02:00