[FIX] mrp: update production quantity wizard factor
Use the same factor than the one used when computing the products to consume at confirm. Before, the quantity of products to consume was wrong when using a different unit of measure in the BOM than in the production order. e.g. - BoM defined as: - 1 dozen of milk - BoM lines: 1 cow - Production order: - 1 unit of milk - BoM: The above one At confirm, the quantity to consume is 0,083 cow (1 cow / 12, this is correct) But, when updating the quantity to 2.0, it updated the quantity of cow to 24.0, instead of 0,16. opw-669447
Please register or sign in to comment