diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-05 15:03:29 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-05 15:03:29 +0700 |
| commit | 75fd0f87c6d1f8c3b92450f9826daa74550a5577 (patch) | |
| tree | 47337a703aafdb631216f2316c4985987727d770 | |
| parent | 2b7d3e4f575c881b73f18b242dbf65e9bbf4c5ab (diff) | |
(andri) info tambahan
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index d25208d1..e411aee6 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -1773,6 +1773,7 @@ class StockPicking(models.Model): _logger.error(f"Error fetching Biteship order for picking {self.id}: {str(e)}") return { 'error': str(e) } + # ACTION GET TRACKING MANUAL BITESHIP # def action_sync_biteship_tracking(self): # for picking in self: # if not picking.biteship_id: |
