diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-05 15:56:14 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-05 15:56:14 +0700 |
| commit | 6ff554e2dd9efb329b4d828881967413f8c641fd (patch) | |
| tree | b266a1080bbd0a93c7a1f569fdea409380342d07 | |
| parent | a78f8184c2e7d45a65315eff0ea354996adb9cce (diff) | |
(andri) user biteship
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 6e8c1067..33d21c8c 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -1916,8 +1916,8 @@ class StockPicking(models.Model): # Hindari log duplikat if not self._has_existing_log(log_line): - self.with_user(15172).message_post(body=log_line) # Biteship user - # self.with_user(15710).message_post(body=log_line) # Biteship user live + # self.with_user(15172).message_post(body=log_line) # Biteship user + self.with_user(15710).message_post(body=log_line) # Biteship user live # Update field-field terkait if updated_fields: |
