[tryton-debian-vcs] tryton-modules-sale-extra branch debian updated. debian/3.6.2-1-3-ga309839
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 debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-extra.git;a=commitdiff;h=debian/3.6.2-1-3-ga309839
commit a3098394e15a73fedd3cc00983a2bf2bdc0a57dc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 20:18:20 2015 +0200
Releasing debian version 3.6.3-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 524c403..a5f24ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-sale-extra (3.6.3-1) unstable; urgency=medium
+
+ * Improving description why we can not run the module test suites.
+ * Merging upstream version 3.6.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 20 Sep 2015 20:18:20 +0200
+
tryton-modules-sale-extra (3.6.2-1) unstable; urgency=medium
* Adapting section naming in gbp.conf to current git-buildpackage.
commit 4b23332dfabfa2065afc1484af9b3f3ded2313d4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 20:18:19 2015 +0200
Merging upstream version 3.6.3.
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