[tryton-debian-vcs] tryton-modules-sale-shipment-cost branch upstream-3.2 updated. upstream/3.2.2-1-g464a0ff
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Jul 12 13:05:50 UTC 2016
The following commit has been merged in the upstream-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-shipment-cost.git;a=commitdiff;h=upstream/3.2.2-1-g464a0ff
commit 464a0ff6441ef0d77a8d33d9fce4ae3c8dce1306
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jul 11 20:51:14 2016 +0200
Adding upstream version 3.2.3.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 928b0c8..a27d513 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.3 - 2016-07-05
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.2 - 2015-09-13
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 501e672..2d2b387 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
-Copyright (C) 2011-2015 Cédric Krier.
+Copyright (C) 2011-2016 Cédric Krier.
Copyright (C) 2011-2013 Bertrand Chenal.
-Copyright (C) 2011-2015 Nicolas Évrard.
-Copyright (C) 2011-2015 B2CK SPRL.
+Copyright (C) 2011-2016 Nicolas Évrard.
+Copyright (C) 2011-2016 B2CK SPRL.
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 e42e16f..7b919dc 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_shipment_cost
-Version: 3.2.2
+Version: 3.2.3
Summary: Tryton module for sale shipment cost
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/sale.py b/sale.py
index 406ec91..a212be8 100644
--- a/sale.py
+++ b/sale.py
@@ -77,7 +77,7 @@ class Sale:
with Transaction().set_context(self._get_carrier_context()):
cost, currency_id = self.carrier.get_sale_price()
- party = None
+ party = self.party
party_context = {}
if self.party:
if self.party.lang:
diff --git a/tryton.cfg b/tryton.cfg
index 08604db..027fd50 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.2
+version=3.2.3
depends:
account_invoice
carrier
diff --git a/trytond_sale_shipment_cost.egg-info/PKG-INFO b/trytond_sale_shipment_cost.egg-info/PKG-INFO
index 055cf99..bb26136 100644
--- a/trytond_sale_shipment_cost.egg-info/PKG-INFO
+++ b/trytond_sale_shipment_cost.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-shipment-cost
-Version: 3.2.2
+Version: 3.2.3
Summary: Tryton module for sale shipment cost
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_sale_shipment_cost.egg-info/requires.txt b/trytond_sale_shipment_cost.egg-info/requires.txt
index e11bdfd..5e957cc 100644
--- a/trytond_sale_shipment_cost.egg-info/requires.txt
+++ b/trytond_sale_shipment_cost.egg-info/requires.txt
@@ -3,4 +3,4 @@ trytond_carrier >= 3.2, < 3.3
trytond_currency >= 3.2, < 3.3
trytond_sale >= 3.2, < 3.3
trytond_stock >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond >= 3.2, < 3.3
--
tryton-modules-sale-shipment-cost
More information about the tryton-debian-vcs
mailing list