[tryton-debian-vcs] tryton-modules-sale-extra branch upstream updated. upstream/3.6.2-1-gff5032a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:32:05 UTC 2015
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-extra.git;a=commitdiff;h=upstream/3.6.2-1-gff5032a
commit ff5032ad7a88c667fe4b791d0f0cc034415f0470
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 20:18:19 2015 +0200
Adding upstream version 3.6.3.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index b7f341c..8c6f37d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.3 - 2015-09-13
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.2 - 2015-07-13
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index ccfe500..7c29647 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_extra
-Version: 3.6.2
+Version: 3.6.3
Summary: Tryton module for sale extra
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/sale.py b/sale.py
index 76c989d..8060cdc 100644
--- a/sale.py
+++ b/sale.py
@@ -91,6 +91,8 @@ class SaleExtra(ModelSQL, ModelView, MatchMixin):
if pattern is None:
pattern = {}
+ else:
+ pattern = pattern.copy()
pattern['sale_amount'] = Currency.compute(sale.currency,
sale.untaxed_amount, sale.company.currency)
diff --git a/tryton.cfg b/tryton.cfg
index 97ec624..3935e26 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.2
+version=3.6.3
depends:
company
ir
diff --git a/trytond_sale_extra.egg-info/PKG-INFO b/trytond_sale_extra.egg-info/PKG-INFO
index ecee249..269d745 100644
--- a/trytond_sale_extra.egg-info/PKG-INFO
+++ b/trytond_sale_extra.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-extra
-Version: 3.6.2
+Version: 3.6.3
Summary: Tryton module for sale extra
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-sale-extra
More information about the tryton-debian-vcs
mailing list