We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10a5b2a + dfd9744 commit 01afd99Copy full SHA for 01afd99
stock_weighing/models/stock_move_line.py
@@ -37,6 +37,7 @@ def action_weighing(self):
37
default_weight=self[0].recorded_weight or self[0].qty_done,
38
default_move_line_ids=self.ids,
39
default_print_label=self.picking_type_id.print_weighing_label,
40
+ default_move_id=self.move_id.id,
41
)
42
return action
43
0 commit comments