diff --git a/delivery_stamps/__manifest__.py b/delivery_stamps/__manifest__.py index b218e606..9062f467 100644 --- a/delivery_stamps/__manifest__.py +++ b/delivery_stamps/__manifest__.py @@ -1,7 +1,7 @@ { 'name': 'Stamps.com (USPS) Shipping', 'summary': 'Send your shippings through Stamps.com and track them online.', - 'version': '12.0.1.0.0', + 'version': '12.0.2.0.0', 'author': "Hibou Corp.", 'category': 'Warehouse', 'license': 'AGPL-3', diff --git a/delivery_stamps/models/api/config.py b/delivery_stamps/models/api/config.py index b9723270..937ef6b7 100755 --- a/delivery_stamps/models/api/config.py +++ b/delivery_stamps/models/api/config.py @@ -15,7 +15,7 @@ from urllib.parse import urljoin import os -VERSION = 84 +VERSION = 111 class StampsConfiguration(object): diff --git a/delivery_stamps/models/api/services.py b/delivery_stamps/models/api/services.py index 7a08f537..27db3a2d 100755 --- a/delivery_stamps/models/api/services.py +++ b/delivery_stamps/models/api/services.py @@ -145,12 +145,12 @@ class StampsService(BaseService): def create_add_on(self): """Create a new add-on object. """ - return self.create("AddOnV15") + return self.create("AddOnV17") def create_customs(self): """Create a new customs object. """ - return self.create("CustomsV3") + return self.create("CustomsV7") def create_array_of_customs_lines(self): """Create a new array of customs objects. @@ -188,7 +188,7 @@ class StampsService(BaseService): def create_shipping(self): """Create a new shipping object. """ - return self.create("RateV31") + return self.create("RateV40") def get_address(self, address): """Get a shipping address. @@ -202,7 +202,7 @@ class StampsService(BaseService): """ return self.call("GetAccountInfo") - def get_label(self, from_address, to_address, rate, transaction_id, image_type=None, + def get_label(self, rate, transaction_id, image_type=None, customs=None, sample=False, extended_postage_info=False): """Get a shipping label. @@ -215,7 +215,7 @@ class StampsService(BaseService): :param sample: Default ``False``. Get a sample label without postage. """ return self.call("CreateIndicium", IntegratorTxID=transaction_id, - Rate=rate, From=from_address, To=to_address, ImageType=image_type, Customs=customs, + Rate=rate, ImageType=image_type, Customs=customs, SampleOnly=sample, ExtendedPostageInfo=extended_postage_info) def get_postage_status(self, transaction_id): diff --git a/delivery_stamps/models/api/wsdls/stamps_v84.test.wsdl b/delivery_stamps/models/api/wsdls/stamps_v111.test.wsdl similarity index 79% rename from delivery_stamps/models/api/wsdls/stamps_v84.test.wsdl rename to delivery_stamps/models/api/wsdls/stamps_v111.test.wsdl index 890776ab..5bade88e 100644 --- a/delivery_stamps/models/api/wsdls/stamps_v84.test.wsdl +++ b/delivery_stamps/models/api/wsdls/stamps_v111.test.wsdl @@ -1,151 +1,10 @@ - - Stamps.com Web Services for Individual Meters (SWS/IM) Version 84 + + Stamps.com Web Services for Individual Meters (SWS/IM) Version 111 - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -155,11 +14,10 @@ - - - + + - + @@ -198,14 +56,22 @@ + + - + - - - + + + + + + + + + @@ -214,8 +80,8 @@ - - + + @@ -234,19 +100,51 @@ - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -302,9 +200,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -331,19 +270,33 @@ + + + + + + + + + + + + + + - + - + - + - + - + @@ -383,35 +336,39 @@ + + + + - + - + - + - + - - + + - + - + - + - + - + @@ -422,6 +379,9 @@ + + + @@ -459,39 +419,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -505,6 +433,7 @@ + @@ -519,7 +448,7 @@ - + @@ -563,26 +492,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -654,6 +563,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -664,7 +610,7 @@ - + @@ -679,6 +625,7 @@ + @@ -693,58 +640,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -752,21 +647,32 @@ - + + + + + + + + + + + + - + - + - + @@ -777,9 +683,10 @@ - - - + + + + @@ -814,7 +721,7 @@ - + @@ -837,10 +744,10 @@ - + - + @@ -852,18 +759,20 @@ + + - + - + - + - - + + @@ -901,8 +810,8 @@ - - + + @@ -918,16 +827,16 @@ - + - + - + - + @@ -969,6 +878,1039 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1044,6 +1986,7 @@ + @@ -1052,16 +1995,16 @@ - + - + - + - + @@ -1071,20 +2014,21 @@ - - + + - + - + - + + @@ -1102,7 +2046,7 @@ - + @@ -1111,16 +2055,79 @@ - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + @@ -1182,13 +2189,13 @@ - + - + @@ -1205,106 +2212,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1329,23 +2245,6 @@ - - - - - - - - - - - - - - - - - @@ -1360,168 +2259,11 @@ + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1551,6 +2293,7 @@ + @@ -1596,6 +2339,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1608,6 +2395,7 @@ + @@ -1692,6 +2480,7 @@ + @@ -1726,142 +2515,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1975,6 +2628,7 @@ + @@ -2024,11 +2678,25 @@ - - + + + + + + + + + + + + + + + + @@ -2074,7 +2742,7 @@ - + @@ -2108,7 +2776,7 @@ - + @@ -2118,7 +2786,7 @@ - + @@ -2233,7 +2901,7 @@ - + @@ -2639,7 +3307,7 @@ - + @@ -2705,42 +3373,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2774,7 +3406,7 @@ - + @@ -2784,7 +3416,7 @@ - + @@ -2800,7 +3432,7 @@ - + @@ -2824,8 +3456,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2843,6 +3617,7 @@ + @@ -3144,6 +3919,21 @@ + + + + + + + + + + + + + + + @@ -3153,185 +3943,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - + - - - - - - - - - - - + @@ -3365,34 +3985,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3451,9 +4043,9 @@ - + - + @@ -3472,6 +4064,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3482,48 +4099,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -3532,9 +4110,10 @@ - + - + + @@ -3548,6 +4127,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3648,36 +4279,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -3702,17 +4309,11 @@ - - + + - - - - - - - - + + @@ -3726,12 +4327,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3762,30 +4459,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -3954,18 +4627,6 @@ - - - - - - - - - - - - @@ -3978,44 +4639,12 @@ - - - - - - - - - - - - - - - Get URL for a Stamps.com web page. - - - - - Start account verification for phone. - - - - - Finish account verification for phone. - - - + Generate an indicium. - - Generate an unfunded indicium. - - - Calculate a rate or a list of rates. @@ -4036,15 +4665,10 @@ - - Get list of shipments. - - - - - Creates a Parcel Guard insurance claim. - - + + Get URL for a Stamps.com web page. + + Register a new Stamps.com account. @@ -4056,11 +4680,91 @@ + + Create Branding. + + + + + Get Branding. + + + + + Modify Branding. + + + + + Delete Branding. + + + + + Schedule carrier pickup. + + + + + Modify existing carrier pickup request. + + + + + Cancel existing carrier pickup request. + + + + + Begin Reprint Indicium + + + + + Add carrier. + + + + + Delete carrier. + + + + + Get tracking events for shipment. + + + + + Check carrier pickup availability for an address. + + + + + Creates a Parcel Guard insurance claim. + + + + + Get list of shipments. + + + Generate a Carrier Shipment Manifest. + + Start account verification for phone. + + + + + Finish account verification for phone. + + + Add a payment method for the user. @@ -4086,26 +4790,6 @@ - - Schedule carrier pickup. - - - - - Modify existing carrier pickup request. - - - - - Cancel existing carrier pickup request. - - - - - Check carrier pickup availability for an address. - - - Purchase additional postage. @@ -4246,16 +4930,6 @@ - - Void an unfunded indicium. - - - - - Fund an unfunded indicium. - - - Initial authentication. @@ -4266,57 +4940,11 @@ - - Get status of postage purchase. - - - - - Get tracking events for shipment. - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -4325,7 +4953,7 @@ - + @@ -4334,7 +4962,7 @@ - + @@ -4343,7 +4971,7 @@ - + @@ -4352,7 +4980,7 @@ - + @@ -4360,17 +4988,8 @@ - - - - - - - - - - - + + @@ -4379,7 +4998,7 @@ - + @@ -4388,7 +5007,7 @@ - + @@ -4396,8 +5015,8 @@ - - + + @@ -4405,8 +5024,8 @@ - - + + @@ -4414,8 +5033,8 @@ - - + + @@ -4423,26 +5042,8 @@ - - - - - - - - - - - - - - - - - - - - + + @@ -4451,7 +5052,7 @@ - + @@ -4460,7 +5061,7 @@ - + @@ -4469,7 +5070,7 @@ - + @@ -4477,8 +5078,8 @@ - - + + @@ -4486,8 +5087,8 @@ - - + + @@ -4495,287 +5096,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -4784,7 +5106,376 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4793,46 +5484,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -4841,7 +5496,7 @@ - + @@ -4850,7 +5505,7 @@ - + @@ -4859,7 +5514,7 @@ - + @@ -4868,7 +5523,7 @@ - + @@ -4876,17 +5531,8 @@ - - - - - - - - - - - + + @@ -4895,7 +5541,7 @@ - + @@ -4904,7 +5550,7 @@ - + @@ -4912,8 +5558,8 @@ - - + + @@ -4921,8 +5567,8 @@ - - + + @@ -4930,8 +5576,8 @@ - - + + @@ -4939,26 +5585,8 @@ - - - - - - - - - - - - - - - - - - - - + + @@ -4967,7 +5595,7 @@ - + @@ -4976,7 +5604,7 @@ - + @@ -4985,7 +5613,7 @@ - + @@ -4993,8 +5621,8 @@ - - + + @@ -5002,8 +5630,8 @@ - - + + @@ -5011,287 +5639,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -5300,7 +5649,376 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5309,13 +6027,13 @@ - - Stamps.com Web Services for Individual Meters (SWS/IM) Version 84 - - + + Stamps.com Web Services for Individual Meters (SWS/IM) Version 111 + + - - + + \ No newline at end of file diff --git a/delivery_stamps/models/api/wsdls/stamps_v84.wsdl b/delivery_stamps/models/api/wsdls/stamps_v111.wsdl similarity index 79% rename from delivery_stamps/models/api/wsdls/stamps_v84.wsdl rename to delivery_stamps/models/api/wsdls/stamps_v111.wsdl index c4f218e7..26bc48ec 100644 --- a/delivery_stamps/models/api/wsdls/stamps_v84.wsdl +++ b/delivery_stamps/models/api/wsdls/stamps_v111.wsdl @@ -1,151 +1,10 @@ - - Stamps.com Web Services for Individual Meters (SWS/IM) Version 84 + + Stamps.com Web Services for Individual Meters (SWS/IM) Version 111 - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -155,11 +14,10 @@ - - - + + - + @@ -198,14 +56,22 @@ + + - + - - - + + + + + + + + + @@ -214,8 +80,8 @@ - - + + @@ -234,19 +100,51 @@ - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -302,9 +200,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -331,19 +270,33 @@ + + + + + + + + + + + + + + - + - + - + - + - + @@ -383,35 +336,39 @@ + + + + - + - + - + - + - - + + - + - + - + - + - + @@ -422,6 +379,9 @@ + + + @@ -459,39 +419,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -505,6 +433,7 @@ + @@ -519,7 +448,7 @@ - + @@ -563,26 +492,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -654,6 +563,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -664,7 +610,7 @@ - + @@ -679,6 +625,7 @@ + @@ -693,58 +640,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -752,21 +647,32 @@ - + + + + + + + + + + + + - + - + - + @@ -777,9 +683,10 @@ - - - + + + + @@ -814,7 +721,7 @@ - + @@ -837,10 +744,10 @@ - + - + @@ -852,18 +759,20 @@ + + - + - + - + - - + + @@ -901,8 +810,8 @@ - - + + @@ -918,16 +827,16 @@ - + - + - + - + @@ -969,6 +878,1039 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1044,6 +1986,7 @@ + @@ -1052,16 +1995,16 @@ - + - + - + - + @@ -1071,20 +2014,21 @@ - - + + - + - + - + + @@ -1102,7 +2046,7 @@ - + @@ -1111,16 +2055,79 @@ - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + @@ -1182,13 +2189,13 @@ - + - + @@ -1205,106 +2212,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1329,23 +2245,6 @@ - - - - - - - - - - - - - - - - - @@ -1360,168 +2259,11 @@ + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1551,6 +2293,7 @@ + @@ -1596,6 +2339,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1608,6 +2395,7 @@ + @@ -1692,6 +2480,7 @@ + @@ -1726,142 +2515,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1975,6 +2628,7 @@ + @@ -2024,11 +2678,25 @@ - - + + + + + + + + + + + + + + + + @@ -2074,7 +2742,7 @@ - + @@ -2108,7 +2776,7 @@ - + @@ -2118,7 +2786,7 @@ - + @@ -2233,7 +2901,7 @@ - + @@ -2639,7 +3307,7 @@ - + @@ -2705,42 +3373,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2774,7 +3406,7 @@ - + @@ -2784,7 +3416,7 @@ - + @@ -2800,7 +3432,7 @@ - + @@ -2824,8 +3456,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2843,6 +3617,7 @@ + @@ -3144,6 +3919,21 @@ + + + + + + + + + + + + + + + @@ -3153,185 +3943,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - + - - - - - - - - - - - + @@ -3365,34 +3985,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3451,9 +4043,9 @@ - + - + @@ -3472,6 +4064,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3482,48 +4099,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -3532,9 +4110,10 @@ - + - + + @@ -3548,6 +4127,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3648,36 +4279,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -3702,17 +4309,11 @@ - - + + - - - - - - - - + + @@ -3726,12 +4327,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3762,30 +4459,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -3954,18 +4627,6 @@ - - - - - - - - - - - - @@ -3978,44 +4639,12 @@ - - - - - - - - - - - - - - - Get URL for a Stamps.com web page. - - - - - Start account verification for phone. - - - - - Finish account verification for phone. - - - + Generate an indicium. - - Generate an unfunded indicium. - - - Calculate a rate or a list of rates. @@ -4036,15 +4665,10 @@ - - Get list of shipments. - - - - - Creates a Parcel Guard insurance claim. - - + + Get URL for a Stamps.com web page. + + Register a new Stamps.com account. @@ -4056,11 +4680,91 @@ + + Create Branding. + + + + + Get Branding. + + + + + Modify Branding. + + + + + Delete Branding. + + + + + Schedule carrier pickup. + + + + + Modify existing carrier pickup request. + + + + + Cancel existing carrier pickup request. + + + + + Begin Reprint Indicium + + + + + Add carrier. + + + + + Delete carrier. + + + + + Get tracking events for shipment. + + + + + Check carrier pickup availability for an address. + + + + + Creates a Parcel Guard insurance claim. + + + + + Get list of shipments. + + + Generate a Carrier Shipment Manifest. + + Start account verification for phone. + + + + + Finish account verification for phone. + + + Add a payment method for the user. @@ -4086,26 +4790,6 @@ - - Schedule carrier pickup. - - - - - Modify existing carrier pickup request. - - - - - Cancel existing carrier pickup request. - - - - - Check carrier pickup availability for an address. - - - Purchase additional postage. @@ -4246,16 +4930,6 @@ - - Void an unfunded indicium. - - - - - Fund an unfunded indicium. - - - Initial authentication. @@ -4266,57 +4940,11 @@ - - Get status of postage purchase. - - - - - Get tracking events for shipment. - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -4325,7 +4953,7 @@ - + @@ -4334,7 +4962,7 @@ - + @@ -4343,7 +4971,7 @@ - + @@ -4352,7 +4980,7 @@ - + @@ -4360,17 +4988,8 @@ - - - - - - - - - - - + + @@ -4379,7 +4998,7 @@ - + @@ -4388,7 +5007,7 @@ - + @@ -4396,8 +5015,8 @@ - - + + @@ -4405,8 +5024,8 @@ - - + + @@ -4414,8 +5033,8 @@ - - + + @@ -4423,26 +5042,8 @@ - - - - - - - - - - - - - - - - - - - - + + @@ -4451,7 +5052,7 @@ - + @@ -4460,7 +5061,7 @@ - + @@ -4469,7 +5070,7 @@ - + @@ -4477,8 +5078,8 @@ - - + + @@ -4486,8 +5087,8 @@ - - + + @@ -4495,287 +5096,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -4784,7 +5106,376 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4793,46 +5484,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -4841,7 +5496,7 @@ - + @@ -4850,7 +5505,7 @@ - + @@ -4859,7 +5514,7 @@ - + @@ -4868,7 +5523,7 @@ - + @@ -4876,17 +5531,8 @@ - - - - - - - - - - - + + @@ -4895,7 +5541,7 @@ - + @@ -4904,7 +5550,7 @@ - + @@ -4912,8 +5558,8 @@ - - + + @@ -4921,8 +5567,8 @@ - - + + @@ -4930,8 +5576,8 @@ - - + + @@ -4939,26 +5585,8 @@ - - - - - - - - - - - - - - - - - - - - + + @@ -4967,7 +5595,7 @@ - + @@ -4976,7 +5604,7 @@ - + @@ -4985,7 +5613,7 @@ - + @@ -4993,8 +5621,8 @@ - - + + @@ -5002,8 +5630,8 @@ - - + + @@ -5011,287 +5639,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -5300,7 +5649,376 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5309,13 +6027,13 @@ - - Stamps.com Web Services for Individual Meters (SWS/IM) Version 84 - - + + Stamps.com Web Services for Individual Meters (SWS/IM) Version 111 + + - - + + \ No newline at end of file diff --git a/delivery_stamps/models/delivery_stamps.py b/delivery_stamps/models/delivery_stamps.py index 2da10557..37477410 100644 --- a/delivery_stamps/models/delivery_stamps.py +++ b/delivery_stamps/models/delivery_stamps.py @@ -31,8 +31,14 @@ STAMPS_PACKAGE_TYPES = [ 'Regional Rate Box C', ] +STAMPS_CONTENT_TYPES = { + 'Letter': 'Document', + 'Postcard': 'Document', +} + STAMPS_INTEGRATION_ID = 'f62cb4f0-aa07-4701-a1dd-f0e7c853ed3c' + class ProductPackaging(models.Model): _inherit = 'product.packaging' @@ -49,7 +55,10 @@ class ProviderStamps(models.Model): stamps_password = fields.Char(string='Stamps.com Password', groups='base.group_system') stamps_service_type = fields.Selection([('US-FC', 'First-Class'), + ('US-FCI', 'First-Class International'), ('US-PM', 'Priority'), + ('US-PMI', 'Priority Mail International'), + ('US-EMI', ' Priority Mail Express International'), ], required=True, string="Service Type", default="US-PM") stamps_default_packaging_id = fields.Many2one('product.packaging', string='Default Package Type') @@ -67,12 +76,21 @@ class ProviderStamps(models.Model): ('BZpl', 'BZPL'), ], required=True, string="Image Type", default="Pdf") + stamps_addon_sc = fields.Boolean(string='Add Signature Confirmation') + stamps_addon_dc = fields.Boolean(string='Add Delivery Confirmation') + stamps_addon_hp = fields.Boolean(string='Add Hidden Postage') def _stamps_package_type(self, package=None): if not package: return self.stamps_default_packaging_id.shipper_package_code return package.packaging_id.shipper_package_code if package.packaging_id.shipper_package_code in STAMPS_PACKAGE_TYPES else 'Package' + def _stamps_content_type(self, package=None): + package_type = self._stamps_package_type(package=package) + if package_type in STAMPS_CONTENT_TYPES: + return STAMPS_CONTENT_TYPES[package_type] + return 'Merchandise' + def _stamps_package_is_cubic_pricing(self, package=None): if not package: return self.stamps_default_packaging_id.stamps_cubic_pricing @@ -115,12 +133,13 @@ class ProviderStamps(models.Model): ret_val = service.create_shipping() ret_val.ShipDate = date_planned.strftime('%Y-%m-%d') if date_planned else date.today().isoformat() - ret_val.FromZIPCode = self.get_shipper_warehouse(order=order).zip.split('-')[0] - ret_val.ToZIPCode = order.partner_shipping_id.zip.split('-')[0] + shipper_partner = self.get_shipper_warehouse(order=order) + ret_val.From = self._stamps_address(service, shipper_partner) + ret_val.To = self._stamps_address(service, order.partner_shipping_id) ret_val.PackageType = self._stamps_package_type() ret_val.ServiceType = self.stamps_service_type ret_val.WeightLb = weight - ret_val.ContentType = 'Merchandise' + ret_val.ContentType = self._stamps_content_type() return ret_val def _stamps_get_addresses_for_picking(self, picking): @@ -129,11 +148,32 @@ class ProviderStamps(models.Model): to = self.get_recipient(picking=picking) return company, from_, to + def _stamps_address(self, service, partner): + address = service.create_address() + if not partner.name or len(partner.name) < 2: + raise ValidationError('Partner (%s) name must be more than 2 characters.' % (partner, )) + address.FullName = partner.name + address.Address1 = partner.street + if partner.street2: + address.Address2 = partner.street2 + address.City = partner.city + address.State = partner.state_id.code + if partner.country_id.code == 'US': + zip_pieces = partner.zip.split('-') + address.ZIPCode = zip_pieces[0] + if len(zip_pieces) >= 2: + address.ZIPCodeAddOn = zip_pieces[1] + else: + address.PostalCode = partner.zip or '' + address.Country = partner.country_id.code + res = service.get_address(address).Address + return res + def _stamps_get_shippings_for_picking(self, service, picking): ret = [] company, from_partner, to_partner = self._stamps_get_addresses_for_picking(picking) if not all((from_partner.zip, to_partner.zip)): - raise ValidationError('Stamps needs ZIP. From: ' + str(from_partner.zip) + ' To: ' + str(to_partner.zip)) + raise ValidationError('Stamps needs ZIP/PostalCode. From: ' + str(from_partner.zip) + ' To: ' + str(to_partner.zip)) for package in picking.package_ids: weight = self._stamps_convert_weight(package.shipping_weight) @@ -141,8 +181,8 @@ class ProviderStamps(models.Model): ret_val = service.create_shipping() ret_val.ShipDate = date.today().isoformat() - ret_val.FromZIPCode = from_partner.zip.split('-')[0] - ret_val.ToZIPCode = to_partner.zip.split('-')[0] + ret_val.From = self._stamps_address(service, from_partner) + ret_val.To = self._stamps_address(service, to_partner) ret_val.PackageType = self._stamps_package_type(package=package) ret_val.CubicPricing = self._stamps_package_is_cubic_pricing(package=package) ret_val.Length = l @@ -150,7 +190,7 @@ class ProviderStamps(models.Model): ret_val.Height = h ret_val.ServiceType = self.stamps_service_type ret_val.WeightLb = weight - ret_val.ContentType = 'Merchandise' + ret_val.ContentType = self._stamps_content_type(package=package) ret.append((package.name + ret_val.ShipDate + str(ret_val.WeightLb), ret_val)) if not ret: weight = self._stamps_convert_weight(picking.shipping_weight) @@ -158,8 +198,8 @@ class ProviderStamps(models.Model): ret_val = service.create_shipping() ret_val.ShipDate = date.today().isoformat() - ret_val.FromZIPCode = from_partner.zip.split('-')[0] - ret_val.ToZIPCode = to_partner.zip.split('-')[0] + ret_val.From = self._stamps_address(service, from_partner) + ret_val.To = self._stamps_address(service, to_partner) ret_val.PackageType = self._stamps_package_type() ret_val.CubicPricing = self._stamps_package_is_cubic_pricing() ret_val.Length = l @@ -167,7 +207,7 @@ class ProviderStamps(models.Model): ret_val.Height = h ret_val.ServiceType = self.stamps_service_type ret_val.WeightLb = weight - ret_val.ContentType = 'Merchandise' + ret_val.ContentType = self._stamps_content_type() ret.append((picking.name + ret_val.ShipDate + str(ret_val.WeightLb), ret_val)) return ret @@ -230,6 +270,9 @@ class ProviderStamps(models.Model): return result return result + def _stamps_needs_customs(self, from_partner, to_partner): + return from_partner.country_id.code != to_partner.country_id.code + def stamps_send_shipping(self, pickings): res = [] service = self._get_stamps_service() @@ -240,31 +283,9 @@ class ProviderStamps(models.Model): shippings = self._stamps_get_shippings_for_picking(service, picking) company, from_partner, to_partner = self._stamps_get_addresses_for_picking(picking) - from_address = service.create_address() - from_address.FullName = company.name - from_address.Address1 = from_partner.street - if from_partner.street2: - from_address.Address2 = from_partner.street2 - from_address.City = from_partner.city - from_address.State = from_partner.state_id.code - from_zip_pieces = from_partner.zip.split('-') - from_address.ZIPCode = from_zip_pieces[0] - if len(from_zip_pieces) >= 2: - from_address.ZIPCodeAddOn = from_zip_pieces[1] - from_address = service.get_address(from_address).Address - - to_address = service.create_address() - to_address.FullName = to_partner.name - to_address.Address1 = to_partner.street - if to_partner.street2: - to_address.Address2 = to_partner.street2 - to_address.City = to_partner.city - to_address.State = to_partner.state_id.code - to_zip_pieces = to_partner.zip.split('-') - to_address.ZIPCode = to_zip_pieces[0] - if len(to_zip_pieces) >= 2: - to_address.ZIPCodeAddOn = to_zip_pieces[1] - to_address = service.get_address(to_address).Address + customs = None + if self._stamps_needs_customs(from_partner, to_partner): + customs = service.create_customs() try: for txn_id, shipping in shippings: @@ -276,20 +297,63 @@ class ProviderStamps(models.Model): shipping.DeliverDays = rate.DeliverDays if hasattr(rate, 'DimWeighting'): shipping.DimWeighting = rate.DimWeighting - shipping.Zone = rate.Zone shipping.RateCategory = rate.RateCategory - shipping.ToState = rate.ToState - add_on = service.create_add_on() - add_on.AddOnType = 'US-A-DC' - add_on2 = service.create_add_on() - add_on2.AddOnType = 'SC-A-HP' - shipping.AddOns.AddOnV15 = [add_on, add_on2] + # shipping.ToState = rate.ToState + addons = [] + if self.stamps_addon_sc: + add_on = service.create_add_on() + add_on.AddOnType = 'US-A-SC' + addons.append(add_on) + if self.stamps_addon_dc: + add_on = service.create_add_on() + add_on.AddOnType = 'US-A-DC' + addons.append(add_on) + if self.stamps_addon_hp: + add_on = service.create_add_on() + add_on.AddOnType = 'SC-A-HP' + addons.append(add_on) + shipping.AddOns.AddOnV17 = addons + extended_postage_info = service.create_extended_postage_info() if self.is_amazon(picking=picking): extended_postage_info.bridgeProfileType = 'Amazon MWS' - label = service.get_label(from_address, to_address, shipping, + + if customs: + customs.ContentType = shipping.ContentType + if not picking.package_ids: + raise ValidationError('Cannot use customs without packing items to ship first.') + customs_total = 0.0 + product_values = {} + # Note multiple packages will result in all product being on customs form. + # Recommended to ship one customs international package at a time. + for quant in picking.mapped('package_ids.quant_ids'): + if quant.product_id not in product_values: + product_values[quant.product_id] = { + 'quantity': 0.0, + 'value': 0.0, + } + product_values[quant.product_id]['quantity'] += quant.quantity + product_values[quant.product_id]['value'] += quant.quantity * quant.product_id.lst_price + + customs_lines = [] + for product, values in product_values.items(): + customs_line = service.create_customs_lines() + customs_line.Description = product.name + customs_line.Quantity = values['quantity'] + customs_total += round(values['value'], 2) + customs_line.Value = round(values['value'], 2) + customs_line.WeightLb = self._stamps_convert_weight(product.weight * values['quantity']) + customs_line.HSTariffNumber = product.hs_code or '' + # customs_line.CountryOfOrigin = + customs_line.sku = product.default_code or '' + customs_lines.append(customs_line) + customs.CustomsLines.CustomsLine = customs_lines + shipping.DeclaredValue = round(customs_total, 2) + + label = service.get_label(shipping, transaction_id=txn_id, image_type=self.stamps_image_type, - extended_postage_info=extended_postage_info) + extended_postage_info=extended_postage_info, + customs=customs) package_labels.append((txn_id, label)) except WebFault as e: _logger.warn(e) @@ -313,9 +377,13 @@ class ProviderStamps(models.Model): carrier_price += float(label.Rate.Amount) url = label.URL - response = urlopen(url) - attachment = response.read() - picking.message_post(body=body, attachments=[('LabelStamps-%s.%s' % (label.TrackingNumber, self.stamps_image_type), attachment)]) + url_spaces = url.split(' ') + attachments = [] + for i, url in enumerate(url_spaces, 1): + response = urlopen(url) + attachment = response.read() + attachments.append(('LabelStamps-%s-%s.%s' % (label.TrackingNumber, i, self.stamps_image_type), attachment)) + picking.message_post(body=body, attachments=attachments) shipping_data = {'exact_price': carrier_price, 'tracking_number': ','.join(tracking_numbers)} res = res + [shipping_data] return res @@ -330,7 +398,9 @@ class ProviderStamps(models.Model): def stamps_cancel_shipment(self, picking): service = self._get_stamps_service() try: - service.remove_label(picking.carrier_tracking_ref) + all_tracking = picking.carrier_tracking_ref + for tracking in all_tracking.split(','): + service.remove_label(tracking.strip()) picking.message_post(body=_(u'Shipment N° %s has been cancelled' % picking.carrier_tracking_ref)) picking.write({'carrier_tracking_ref': '', 'carrier_price': 0.0}) diff --git a/delivery_stamps/views/delivery_stamps_view.xml b/delivery_stamps/views/delivery_stamps_view.xml index af9e52d9..88e1f648 100644 --- a/delivery_stamps/views/delivery_stamps_view.xml +++ b/delivery_stamps/views/delivery_stamps_view.xml @@ -17,6 +17,9 @@ + + +