-
- Downloads
[FIX] mrp: correct workorder qty_producing onchange
When changing the quantity being produced on a work order and serial numbers are consumed, we need to delete or add lines for every serial number in function of the quantity through the onchange. We changed the quantity_done to be set to quantity by default (automatically) as otherwise we forgot to set it. But for the onchange, it means we need to take it into account otherwise the number of records would not be diminished.
Please register or sign in to comment