diff options
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 87363fd2..7b5d98a2 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -1885,7 +1885,8 @@ class StockPicking(models.Model): log_line = f"[TRACKING] {status} - {dt_local.strftime('%d %b %Y %H:%M')}:<br/>{desc_clean}" if not self._has_existing_log(log_line): - self.with_user(15172).message_post(body=log_line) + self.with_user(15172).message_post(body=log_line) # user biteship test + # self.with_user(15710).message_post(body=log_line) # user biteship live if updated_fields: self.write(updated_fields) |
