summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-08-04 14:44:09 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-08-04 14:44:09 +0700
commitd1e55b12466b6c93cc4a3e23dab59d3ce3795d45 (patch)
tree980c2130bbbe91a301066c579a0ca64df5116113
parent747075fb85372666b89d5ffd07a43664ecf169e1 (diff)
parent71c0324d483419d3b91078cf6efc2263f279362a (diff)
<hafid> merge odoo-backup
-rw-r--r--indoteknik_custom/models/stock_picking.py1
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