We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297e4c commit 833666cCopy full SHA for 833666c
1 file changed
repair_stock_consumption_step/models/repair_order.py
@@ -49,6 +49,7 @@ def action_repair_done(self):
49
}
50
)
51
moves.picking_id = picking.id
52
+ moves._do_unreserve()
53
moves._action_confirm()
54
moves._action_assign()
55
moves.move_line_ids.picking_id = picking.id
0 commit comments