-
- Downloads
[FIX] mrp: product produce line fail with consumed SN
Use case to reproduce: - Create a product with a BOM needing one component tracked by SN - Create a MO for this product with 2 to produce - Produce 1 - Produce the other -> 2 lines and a wrong lot proposed This happens when the quantity to consume is equal to 0 or if the qty_done on a move_line is equal to the reserved quantity. This commit change the condition after the float_compare in order to take into account the equal comparison.
Please register or sign in to comment