-
- Downloads
[FIX] sale_order: Set qty_delivered to 0 if not moves.
In `_compute_qty_delivered` function Python `all` function returns `True` if list is empty; thast why check if `moves` is not empty to set `qty_delivered` to `product_uom_qty`.
Please register or sign in to comment