[IMP] delivery_hibou,delivery_ups_hibou,stock_delivery_planner: add ups_rate_shipment_multi

H3455
This commit is contained in:
Cedric Collins
2021-04-12 16:55:46 -05:00
parent 2fb1ca9bfc
commit f612285fcc
4 changed files with 181 additions and 24 deletions

View File

@@ -174,7 +174,7 @@ class DeliveryCarrier(models.Model):
'error_message': a string containing an error message,
'warning_message': a string containing a warning message,
'date_planned': a datetime for when the shipment is supposed to leave,
'requested_date': a datetime for when the shipment is supposed to arrive,
'date_delivered': a datetime for when the shipment is supposed to arrive,
'transit_days': a Float for how many days it takes in transit,
'service_code': a string that represents the service level/agreement,
}