[tryton-debian-vcs] tryton-modules-account branch debian-jessie-3.2 updated. debian/3.2.2-1-2-g2f8a5bc

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


The following commit has been merged in the debian-jessie-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=debian/3.2.2-1-2-g2f8a5bc

commit 2f8a5bc9076431f3c5654206430e4f4245b36764
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:29:28 2014 +0100

    Releasing debian version 3.2.3-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index c26a1c2..dc6b6b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account (3.2.3-1) unstable; urgency=medium
+
+  * Merging upstream version 3.2.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 04 Dec 2014 19:29:28 +0100
+
 tryton-modules-account (3.2.2-1) unstable; urgency=medium
 
   * Adding actual upstream signing key.
commit 2f56b7b22c8d016cc44bbbe526ef9b302c9ae47e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:29:27 2014 +0100

    Merging upstream version 3.2.3.

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