[tryton-debian-vcs] tryton-modules-account branch upstream-2.8 updated. upstream/2.8.3-1-g914d110
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Apr 17 11:56:45 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.3-1-g914d110
commit 914d11023fa5037c64837546e92d3023817d5a86
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Apr 17 13:44:33 2014 +0200
Adding upstream version 2.8.4.
diff --git a/CHANGELOG b/CHANGELOG
index ff31f81..dd3cca4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.4 - 2014-04-07
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.3 - 2014-03-22
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index e3ef27a..141c1c0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account
-Version: 2.8.3
+Version: 2.8.4
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/account.py b/account.py
index 9238cd0..f748192 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 a855244..d265faf 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.3
+version=2.8.4
depends:
company
currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 0d4ce4b..38c4d65 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.3
+Version: 2.8.4
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