mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP delivery_stamps Use is_amazon() method to flag orders
This commit is contained in:
@@ -46,7 +46,7 @@ def get_rate(service):
|
||||
ret_val.ToState = rate.ToState
|
||||
add_on = service.create_add_on()
|
||||
add_on.AddOnType = "US-A-DC"
|
||||
ret_val.AddOns.AddOnV7.append(add_on)
|
||||
ret_val.AddOns.AddOnV15.append(add_on)
|
||||
|
||||
return ret_val
|
||||
|
||||
|
||||
Reference in New Issue
Block a user