[tryton-debian-vcs] tryton-modules-account branch upstream-3.4 updated. upstream/3.4.6-1-g8d283c1

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Sep 4 16:54:58 UTC 2016


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

commit 8d283c16556df2971468750c5b6a6201bd341a36
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:48:34 2016 +0200

    Adding upstream version 3.4.7.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index ab70e11..e624b0f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.7 - 2016-09-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.4.6 - 2016-07-05
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index c3e7d2b..4ad3604 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.4.6
+Version: 3.4.7
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/party.py b/party.py
index c7f2d7b..fcf6f6a 100644
--- a/party.py
+++ b/party.py
@@ -91,8 +91,6 @@ class Party:
             return res
         company_id = user.company.id
 
-        line_query, _ = MoveLine.query_get(line)
-
         for name in names:
             code = name
             today_query = Literal(True)
@@ -110,7 +108,7 @@ class Party:
                     & line.party.in_([p.id for p in parties])
                     & (line.reconciliation == None)
                     & (account.company == company_id)
-                    & line_query & today_query,
+                    & today_query,
                     group_by=line.party))
             for party_id, sum in cursor.fetchall():
                 # SQLite uses float for SUM
diff --git a/tryton.cfg b/tryton.cfg
index 6b09c14..179494d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.4.6
+version=3.4.7
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index ef0e10e..3c881bd 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.4.6
+Version: 3.4.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