-
- Downloads
[FIX] sale_timesheet: update delivered quantities when changing the sale_line_id
Create a SO with two lines (sol_1, sol_2) selling a given service. On the corresponding Project/Task, set the partner so that the sale_line_id can be chosen to one of the lines. Add an AAL with x hours, save. This updates the delivered quantity (x) on sol_1. Edit, change the sale_line_id to the second one: it updates the delivered quantity on sol_2 (to x) but not on sol_1. Has a result, the delivered quantity has been doubled. The issue is that the quantities are only recomputed on the SOL that we write; instead they should be recomputed on the old one and the new one. We base ourselves on 371a92fb which solved a similar bug to add the recompute on both lines. opw 1959509 11.0-opw1959509-sltmsht-len closes odoo/odoo#32820 Signed-off-by:Nans Lefebvre (len) <len@odoo.com>
Please register or sign in to comment