Skip to content

Commit

Permalink
Merge PR #969 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by sebalix
  • Loading branch information
OCA-git-bot committed Jan 9, 2025
2 parents de05b7b + f4a081a commit d9178d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_release_channel/models/stock_release_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def _compute_picking_count(self):
+ values[f"{prefix}_picking_released"]
+ values[f"{prefix}_picking_done"]
)
record.write(values)
record.update(values)

def _query_get_chain(self, pickings):
"""Get all stock.picking before an outgoing one
Expand Down

0 comments on commit d9178d4

Please sign in to comment.