diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-21 14:18:20 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-21 14:18:20 +0700 |
| commit | 126774bd23276b80dd67dfb3bcdf3be633f6da86 (patch) | |
| tree | 1507f9c1cdb74137da9d9fd565d8847d53427e00 | |
| parent | 6b780e717b8fe0b7959bd1a1f6d59b183d9845d9 (diff) | |
(andri) add user biteship live
| -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) |
