[tryton-debian-vcs] tryton-modules-account branch debian-jessie-3.0 updated. debian/3.0.6-1-2-g4343e3e

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.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=debian/3.0.6-1-2-g4343e3e

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

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

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

    Merging upstream version 3.0.7.

diff --git a/CHANGELOG b/CHANGELOG
index b7483eb..90a08dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.7 - 2014-12-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.6 - 2014-11-06
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 003fae8..9125dd4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.0.6
+Version: 3.0.7
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/account.py b/account.py
index db1efc9..2d3eea7 100644
--- a/account.py
+++ b/account.py
@@ -868,7 +868,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 da20866..fea9798 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.6
+version=3.0.7
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index c7b839e..e003ae6 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.0.6
+Version: 3.0.7
 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