[tryton-debian-vcs] tryton-modules-account branch upstream updated. upstream/3.6.0-1-g84c86e8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Jul 15 14:16:48 UTC 2015
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=upstream/3.6.0-1-g84c86e8
commit 84c86e84bc3858e1e949257f5c6b9a3b11291aeb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jul 15 14:02:20 2015 +0200
Adding upstream version 3.6.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 96b2931..96e0961 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.1 - 2015-07-13
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index 8e8fc75..357f6cc 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/account.py b/account.py
index 7f78c69..65fe3eb 100644
--- a/account.py
+++ b/account.py
@@ -2049,6 +2049,7 @@ class ThirdPartyBalance(Report):
report_context['total_debit'] = sum((x['debit'] for x in objects))
report_context['total_credit'] = sum((x['credit'] for x in objects))
report_context['total_solde'] = sum((x['solde'] for x in objects))
+ report_context['records'] = objects
return report_context
diff --git a/tryton.cfg b/tryton.cfg
index aae50aa..5b1498e 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.6.1
depends:
company
currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 9b3d1b0..672b696 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.6.0
+Version: 3.6.1
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