Skip to content

Commit

Permalink
[FIX] stock_ux: migration error
Browse files Browse the repository at this point in the history
closes #369

Signed-off-by: JoelZilli <joz@adhoc.com.ar>
  • Loading branch information
augusto-weiss committed Apr 14, 2023
1 parent 63a20e2 commit cfae7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_ux/models/stock_picking.py
Expand Up @@ -116,7 +116,7 @@ def new_force_availability(self):
rec.quantity_done = rec.product_uom_qty
else:
for line in rec.move_line_ids:
line.qty_done = line.product_uom_qty
line.qty_done = line.reserved_uom_qty

def _put_in_pack(self, move_line_ids):
# we send to skip a process of check qty when is sending through the copy method.
Expand Down

0 comments on commit cfae7dc

Please sign in to comment.