diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-04 15:22:01 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-04 15:22:01 +0700 |
| commit | 157f7756a24fd766429cbf639c732b76b18e9c26 (patch) | |
| tree | ee41d03bdde03546e6932365b114c54776e10a7d /indoteknik_custom/models/stock_picking.py | |
| parent | e846e6fef3274839e9f9b21984a753205d31970e (diff) | |
| parent | 3882ee6c3299525eeb8924cd9c7245f65cd15a28 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into fix_bug_total_margin
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -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 a215eb74..3921ed5a 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -584,6 +584,7 @@ class StockPicking(models.Model): self.lalamove_phone = phone self.lalamove_status = pod.get("status") self.lalamove_delivered_at = delivered_at_dt + self.driver_arrival_date = delivered_at_dt return data raise UserError("No delivered data found in Lalamove response.") |
