Skip to content

Commit

Permalink
[IMP] stock_picking_date_done: Improve move_line custom_date_done
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and anajuaristi committed Jan 17, 2025
1 parent bb16a65 commit 0c8a2f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_picking_date_done/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ def _action_done(self, cancel_backorder=False):
for move in done_moves:
if move.picking_id.custom_date_done:
move.date = move.picking_id.custom_date_done
move.move_line_ids.write({"date": move.picking_id.custom_date_done})
return done_moves

0 comments on commit 0c8a2f8

Please sign in to comment.