Skip to content

Commit

Permalink
Merge PR #970 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by jbaudoux
  • Loading branch information
OCA-git-bot committed Jan 9, 2025
2 parents cd82181 + 61590c7 commit fe0c3c0
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 @@ -386,7 +386,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 fe0c3c0

Please sign in to comment.