Skip to content
Snippets Groups Projects
Commit d55ae5f4 authored by William Henrotin's avatar William Henrotin
Browse files

[FIX] mrp: byproducts follow putaway rules


Before this commit, the byproduct and putaway feature do not work
together. More specifically, changing the quantity to produce on a
manufacturing order will create automatically a byproduct move line (or
update the existing one with the new quantity) but never look for a
putaway rule to apply.

This commit makes use of `_set_quantity_done()` method on `stock.move`
that *do* call the putaway strategy mechanism

closes odoo/odoo#109077

Signed-off-by: default avatarSteve Van Essche <svs@odoo.com>
parent 0b439de1
No related branches found
No related tags found
No related merge requests found
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