Commit Graph

40 Commits

Author SHA1 Message Date
NuriaXForgeFlow
1642fcd1ac [FIX] mrp_multi_level: Fix case when Purchase Uom is different from Uom and PO in draft 2022-03-02 08:24:41 +01:00
Jordi Ballester
a85a2db345 [FIX] mrp_multi_level: Use running on hand quantity in mrp.inventory
We need to show the projected on hand as it evolves over time.
2022-02-06 23:21:13 +01:00
Sébastien Alix
3cdcdb14bf [FIX] Fix access right issues when using actions 2022-01-29 08:29:11 +01:00
Jordi Ballester
a903fbf192 [mrp_multi_level][imp] improve speed by creating mrp.move,mrp.inventory records using
the create_multi capabilities
2021-10-26 11:00:25 +02:00
Lois Rilo
a315ede779 [FIX] mrp_multi_level: Consider timezone of the warehouse to generate mrp inventory records. 2021-05-05 16:51:51 +02:00
Lois Rilo
dc0f9e7642 [14.0][FIX] mrp_multi_level: error with 3 step delivery.
If the destination moves do not include a MO, the mrp move end
up without a name that raises an error later. This can happen
with 3 setep delivery but also with in more cases in wich there is
a chain of stock moves.

We ensure that the variable `order_number` always have a value.
2021-03-24 17:31:21 +01:00
Lois Rilo
1cdeed4db7 [MIG] mrp_multi_level: finish migration of test 2021-03-11 12:46:19 +01:00
davidborromeo
7629759536 [MIG] mrp_multi_level: Migration to 14.0 2021-03-11 12:46:19 +01:00
davidborromeo
274d78451e [IMP] mrp_multi_level: black, isort, prettier 2021-03-03 13:04:50 +01:00
Jordi Ballester Alomar
430698e41a [FIX] mrp_multi_level: when a bom has quantity multiplier, consider it 2021-03-03 13:04:05 +01:00
AaronHForgeFlow
09f7cd0f35 [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.
2021-03-03 13:04:05 +01:00
Matt Taylor
636904241e [FIX] mrp_multi_level: Check BoM Line Attrs
add a call to mrp.bom.line._skip_bom_line() method
fixes #505
2021-03-03 13:04:05 +01:00
Núria Martín Xifré
bc37971d76 [13.0][IMP] mrp_multi_level: index llc 2021-03-03 13:04:05 +01:00
hveficent
96793593d9 [IMP] mrp_multi_level:
* Stock Moves Domain moved to product mrp area
2021-03-03 13:04:05 +01:00
Lois Rilo
c3d0afd5aa [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.

[13.0] set "mo" as origin also for material consumption moves.
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
hveficent
e1d85248a2 [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
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
Lois Rilo
d20466cf58 [IMP] mrp_multi_level: black, isort 2021-03-03 13:04:05 +01:00
Lois Rilo
a2853a2851 [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.
2021-03-03 13:04:05 +01:00
Lois Rilo
b41a240882 [12.0][FIX] mrp_multi_level: creating undesired planned orders.
add another exclude point at planned order creation.
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
a2ae8dc066 [11.0][MIG] mrp_multi_level: open MRP inventory screen if manually run 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
5d14a72474 [11.0][FIX] mrp_multi_level: pass a context to exclude hook when exploding. 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
Lois Rilo
2dd0496caf [11.0][IMP] mrp_multi_level:
* Able to run MRP only for selected areas.
 * Clean logging messages.
2021-03-03 13:04:05 +01:00
Lois Rilo
6cbd685818 [11.0][IMP] mrp_multi_level: be able to group demand when generating supply proposals 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
c7f6fe87e2 convert read_groups into sql queries due to issue with locale 2021-03-03 13:04:05 +01:00
Jordi Ballester Alomar
0242f8aecb mrp_multi_level:
* during bom explosion consider only stockable products in the BOM.
* add logo
* add rounding on application of stock demand estimates.
2021-03-03 13:04:05 +01:00
Lois Rilo
5e3882d61d [11.0][FIX] mrp_multi_level:
* calendar defined only in warehouse.
 * remove raw query.
2021-03-03 13:04:05 +01:00
Lois Rilo
53e14e7936 [11.0][FIX] mrp_multi_level: the user and system locales could make the MRP run break. 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
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