[tryton-debian-vcs] tryton-modules-account branch upstream-2.8 updated. upstream/2.8.4-1-g391fb5f

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon May 12 16:06:36 UTC 2014


The following commit has been merged in the upstream-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=upstream/2.8.4-1-g391fb5f

commit 391fb5f617d87be3b3c074604905bb9d1d12aff3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon May 12 16:59:55 2014 +0200

    Adding upstream version 2.8.5.

diff --git a/CHANGELOG b/CHANGELOG
index dd3cca4..36057e9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.5 - 2014-05-06
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.4 - 2014-04-07
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 141c1c0..bb3fe97 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 2.8.4
+Version: 2.8.5
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/account.py b/account.py
index f748192..78c2157 100644
--- a/account.py
+++ b/account.py
@@ -498,7 +498,7 @@ class AccountTemplate(ModelSQL, ModelView):
             if self.taxes:
                 Account.write([Account(template2account[self.id])], {
                         'taxes': [
-                            ('add', template2tax[x.id]) for x in self.taxes],
+                            ('add', [template2tax[x.id] for x in self.taxes])],
                         })
             template_done.append(self.id)
 
diff --git a/tryton.cfg b/tryton.cfg
index d265faf..fe37cf5 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.4
+version=2.8.5
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 38c4d65..38d3134 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.8.4
+Version: 2.8.5
 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