-
- Downloads
[FIX] mrp: convert quantity in product UoM
If a component is used in a production with another unit of measure than it's one, the created stock move line could not convert the quantity correctly. If there is enough quantity in stock, the created move line takes the quant uom but the quantity in the production ones. ex: consume 1 dozen, the quantity on the stock move line is 1 unit This commit always uses the wo line's UoM and quantity to create the stock move line. This commit is a backport of d813873f (in 13.1) opw 2154288 closes odoo/odoo#41954 Signed-off-by:Arnold Moyaux <amoyaux@users.noreply.github.com>
Loading
Please register or sign in to comment