Daily updates from Odoo
Friday, August 14, 2020
1 change
Resolved issues and error corrections
The manufacturing cost report now avoids counting the same expected material quantity more than once when extra consumption creates additional stock moves. This gives businesses more accurate cost analysis for production orders using flexible bills of materials.
Original PR description
The report showed wrong values in case of duplication of stock moves. A raw move can be split when consuming more than the initial demand (if the bill of Material is in flexible consumption). The extra consumption is set on another stock move. In this case, the cost analysis report will sum the theoretical quantity (bom line qty * production qty) for each move of the same product. and so double the quantity. Task : 2212001