[tryton-debian-vcs] tryton-modules-account branch debian-jessie-3.2 updated. debian/3.2.9-1-2-g087b1d8

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


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

commit 087b1d831b70ffbde7fae90f937accf45c4b67c5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:47:24 2016 +0200

    Releasing debian version 3.2.10-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 2427ecb..bb53efd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account (3.2.10-1) unstable; urgency=medium
+
+  * Merging upstream version 3.2.10.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 03 Sep 2016 20:47:24 +0200
+
 tryton-modules-account (3.2.9-1) unstable; urgency=medium
 
   * Merging upstream version 3.2.9.
commit 6837f086c0f6ab21cb9f696d42caebc91104caea
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:47:24 2016 +0200

    Merging upstream version 3.2.10.

diff --git a/CHANGELOG b/CHANGELOG
index 8ed4eb5..bb7785d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.10 - 2016-09-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.9 - 2016-07-05
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 90dcbae..861e57e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.2.9
+Version: 3.2.10
 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 5f114fb..54de2dc 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.9
+version=3.2.10
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 8bf8a0a..6d9a836 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.2.9
+Version: 3.2.10
 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