Skip to content

Commit 01afd99

Browse files
committed
Merge PR #21 into 15.0
Signed-off-by pedrobaeza
2 parents 10a5b2a + dfd9744 commit 01afd99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stock_weighing/models/stock_move_line.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def action_weighing(self):
3737
default_weight=self[0].recorded_weight or self[0].qty_done,
3838
default_move_line_ids=self.ids,
3939
default_print_label=self.picking_type_id.print_weighing_label,
40+
default_move_id=self.move_id.id,
4041
)
4142
return action
4243

0 commit comments

Comments
 (0)