[tryton-debian-vcs] tryton-modules-account branch debian-wheezy-2.6 updated. debian/2.6.7-1-2-g57fcdb2

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Apr 17 12:29:47 UTC 2014


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

commit 57fcdb2bea242fee7faf2898cb4d8907b2cfad7a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Apr 17 14:29:32 2014 +0200

    Releasing debian version 2.6.8-1.

diff --git a/debian/changelog b/debian/changelog
index 1c66e3d..ce0d4d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account (2.6.8-1) unstable; urgency=medium
+
+  * Merging upstream version 2.6.8.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 17 Apr 2014 14:04:30 +0200
+
 tryton-modules-account (2.6.7-1) unstable; urgency=medium
 
   * Removing inadvertently commited .pc directory.
commit 2f228a00efeeb37056631b9c796cdf14c9a84bdc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Apr 17 14:03:26 2014 +0200

    Merging upstream version 2.6.8.

diff --git a/CHANGELOG b/CHANGELOG
index b4891f0..9680dcd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.8 - 2014-04-07
+* Bug fixes (see mercurial logs for details)
+
 Version 2.6.7 - 2014-03-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 43ac15a..81053e1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 2.6.7
+Version: 2.6.8
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/account.py b/account.py
index 7935627..276634a 100644
--- a/account.py
+++ b/account.py
@@ -842,6 +842,7 @@ class Account(ModelSQL, ModelView):
             default = {}
         default['left'] = 0
         default['right'] = 0
+        default.setdefault('template')
         default.setdefault('deferrals', [])
         new_accounts = super(Account, cls).copy(accounts, default=default)
         cls._rebuild_tree('parent', None, 0)
diff --git a/tryton.cfg b/tryton.cfg
index 4970262..06117d7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.6.7
+version=2.6.8
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index d92255d..b63fe9f 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: 2.6.7
+Version: 2.6.8
 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