Skip to content

Commit

Permalink
[FIX] stock_location_orderpoint_cleanup: Post message as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed Jun 3, 2024
1 parent 9a5de92 commit da12dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_location_orderpoint_cleanup/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def _log_location_orderpoint_cleanup_message(self, orderpoint, moves):
orderpoint_name=orderpoint_name,
moves_name=moves_name,
)
self.message_post(body=message)
self.message_post(body=message, message_type="comment")

0 comments on commit da12dc7

Please sign in to comment.