We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d259b9 commit e3f7919Copy full SHA for e3f7919
delivery_roulier/models/delivery_carrier.py
@@ -39,7 +39,7 @@ def cancel_shipment(self, pickings):
39
# Maybe we will merge all this in future versions
40
def get_tracking_link(self, picking):
41
if self._is_roulier():
42
- packages = picking._get_packages_from_picking()
+ packages = picking.package_ids
43
first_package = packages and packages[0]
44
if first_package:
45
return first_package._get_tracking_link(picking)
0 commit comments