summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/shipment_group.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-05-27 11:20:09 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-05-27 11:20:09 +0700
commitae9766498d304a8336737453310e4272929cea73 (patch)
tree1569c74a8a3bda0bf7566e7e41cdc53e7d01bf38 /indoteknik_custom/models/shipment_group.py
parentdad6bca8abdda9e5987a0adb8cae75540b6176eb (diff)
push
Diffstat (limited to 'indoteknik_custom/models/shipment_group.py')
-rw-r--r--indoteknik_custom/models/shipment_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/shipment_group.py b/indoteknik_custom/models/shipment_group.py
index 9ebf36c0..fcde39c9 100644
--- a/indoteknik_custom/models/shipment_group.py
+++ b/indoteknik_custom/models/shipment_group.py
@@ -25,7 +25,7 @@ class ShipmentGroup(models.Model):
shipment=f"{self.number}, {', '.join(picking_names)}"
)
elif rec.shipment_id.carrier_id.id == 151:
- rec.picking_id.track_envio_shipment()
+ rec.picking_id.track_envio_shipment(shipment=f"{self.number}")
@api.depends('shipment_line.total_colly')
def _compute_total_colly_line(self):