diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-08-04 14:44:09 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-08-04 14:44:09 +0700 |
| commit | d1e55b12466b6c93cc4a3e23dab59d3ce3795d45 (patch) | |
| tree | 980c2130bbbe91a301066c579a0ca64df5116113 | |
| parent | 747075fb85372666b89d5ffd07a43664ecf169e1 (diff) | |
| parent | 71c0324d483419d3b91078cf6efc2263f279362a (diff) | |
<hafid> merge odoo-backup
| -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 92ca6e39..f2f5f52a 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -810,6 +810,7 @@ class StockPicking(models.Model): self.biteship_tracking_id = data.get("courier", {}).get("tracking_id", "") self.biteship_waybill_id = data.get("courier", {}).get("waybill_id", "") self.delivery_tracking_no = self.biteship_waybill_id + self.biteship_shipping_price = data.get("price", 0.0) waybill_id = self.biteship_waybill_id |
