Skip to content
Snippets Groups Projects
Commit 07b192b8 authored by Arnold Moyaux's avatar Arnold Moyaux Committed by William Henrotin
Browse files

[FIX] mrp: merge moves in pick before manufacturing


Use case:
It happens that a product is consumed in different operations.
So it needs two distinct BoM lines. Since commit [1] the stock.move
in pbm are not merged. However [1] was design for kit.
In our case we would like to have only one stock.move for all the
quantities.

The fix is not perfect because it won't work if we confirm at the
same time a move with a kit and without it. But at least it will let
people using MO without kit has the correct behavior

+ remove a duplicate of the function

[1] commit 741d2fe9

closes odoo/odoo#120835

Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
parent a3249673
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment