[tryton-debian-vcs] tryton-modules-stock-package-shipping-ups branch upstream-4.2 updated. upstream/4.2.0-1-g1398f42
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun Jul 2 17:57:27 UTC 2017
The following commit has been merged in the upstream-4.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-package-shipping-ups.git;a=commitdiff;h=upstream/4.2.0-1-g1398f42
commit 1398f4262d329dfe5a75dc476c2165b3a41da305
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jul 2 17:08:21 2017 +0200
Adding upstream version 4.2.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 1c72ee3..beb93fd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 4.2.1 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.0 - 2016-11-28
* Initial release
\ No newline at end of file
diff --git a/COPYRIGHT b/COPYRIGHT
index 0f0e2e0..fd60d86 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2016 B2CK.
-Copyright (C) 2016 Nicolas Évrard.
+Copyright (C) 2016-2017 B2CK.
+Copyright (C) 2016-2017 Nicolas Évrard.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index c27ce23..93ee01e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_package_shipping_ups
-Version: 4.2.0
+Version: 4.2.1
Summary: UPS connector for the Tryton application plateform
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff --git a/stock.py b/stock.py
index 28f6b30..c6f07f6 100644
--- a/stock.py
+++ b/stock.py
@@ -85,7 +85,7 @@ class ShipmentOut:
break
else:
self.raise_user_error('phone_required', {
- 'party': self.customer.rec_name,
+ 'party': party.rec_name,
})
if not self.shipping_description:
if (any(p.type.ups_code != '01' for p in self.root_packages)
@@ -252,7 +252,7 @@ class CreateShippingUPS(Wizard):
'AddressLine': (address.street or '').splitlines(),
'City': address.city,
'PostalCode': address.zip,
- 'CountryCode': address.country.code,
+ 'CountryCode': address.country.code if address.country else '',
},
}
diff --git a/tryton.cfg b/tryton.cfg
index 0b7d53c..5fd6638 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.0
+version=4.2.1
depends:
ir
res
diff --git a/trytond_stock_package_shipping_ups.egg-info/PKG-INFO b/trytond_stock_package_shipping_ups.egg-info/PKG-INFO
index 632e7a3..52f8d83 100644
--- a/trytond_stock_package_shipping_ups.egg-info/PKG-INFO
+++ b/trytond_stock_package_shipping_ups.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock-package-shipping-ups
-Version: 4.2.0
+Version: 4.2.1
Summary: UPS connector for the Tryton application plateform
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-stock-package-shipping-ups
More information about the tryton-debian-vcs
mailing list