Skip to content

Commit

Permalink
[FIX] stock_ux: migration error
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss committed Apr 13, 2023
1 parent 85fc40d commit b651f8e
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 b651f8e

Please sign in to comment.