Skip to content
Snippets Groups Projects
Commit 60d79905 authored by yhu-odoo's avatar yhu-odoo
Browse files

[FIX] mrp_subcontracting: wrong subcontracted productions


Previously, when we find out subcontracted productions of moves, we get
all production_id from the origin moves of the moves. When user use
multple steps manufacturing, moves may also have their move_orig_ids.
In this case, we will consider its production_id as subcontracted
production.
To fix, we filered the moves, consider only move that is_subcontract is
true.

closes odoo/odoo#67066

Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
parent 9c8286b8
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