[tryton-debian-vcs] tryton-modules-account branch upstream-3.2 updated. upstream/3.2.2-1-g26e559b

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:39:19 UTC 2014


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-account.git;a=commitdiff;h=upstream/3.2.2-1-g26e559b

commit 26e559bc14c612e01d920e6763f99d3068c8e86d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:29:27 2014 +0100

    Adding upstream version 3.2.3.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 95a81f8..750ddab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.3 - 2014-12-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.2 - 2014-11-06
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index caed8a8..daf2465 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.2.2
+Version: 3.2.3
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/account.py b/account.py
index 11b39b9..e71d6a9 100644
--- a/account.py
+++ b/account.py
@@ -877,7 +877,7 @@ class Account(ModelSQL, ModelView):
             current_type = self.type.id if self.type else None
             template_type = (template2type.get(self.template.type.id)
                 if self.template.type else None)
-            if current_type != template2type:
+            if current_type != template_type:
                 vals['type'] = template_type
             if vals:
                 self.write([self], vals)
diff --git a/tryton.cfg b/tryton.cfg
index 3f16465..726cc6e 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.2
+version=3.2.3
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 67f2508..91eb356 100644
--- a/trytond_account.egg-info/PKG-INFO
+++ b/trytond_account.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account
-Version: 3.2.2
+Version: 3.2.3
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-account



More information about the tryton-debian-vcs mailing list