[tryton-debian-vcs] tryton-modules-account branch debian updated. debian/3.0.0-2-2-ged1eef8

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 11 13:46:29 UTC 2013


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

commit ed1eef819c03a1559d2c3bd8105dfeca54c097f1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 11 14:46:03 2013 +0100

    Releasing debian version 3.0.1-1.

diff --git a/debian/changelog b/debian/changelog
index 15a5b89..9dba139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account (3.0.1-1) unstable; urgency=low
+
+  * Merging upstream version 3.0.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 11 Dec 2013 12:59:43 +0100
+
 tryton-modules-account (3.0.0-2) unstable; urgency=low
 
   * Pointing VCS fields to new location on alioth.debian.org.
commit 524f06676a9d6c48733e842652dc5f76c63d0821
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 11 12:57:41 2013 +0100

    Merging upstream version 3.0.1.

diff --git a/CHANGELOG b/CHANGELOG
index ef0a877..7c18b30 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2013-12-04
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.0 - 2013-10-21
 * Bug fixes (see mercurial logs for details)
 * Add balance non-deferral wizard
diff --git a/PKG-INFO b/PKG-INFO
index f43f5cd..a192347 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.0.0
+Version: 3.0.1
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/move.py b/move.py
index 1945302..4e23126 100644
--- a/move.py
+++ b/move.py
@@ -1127,9 +1127,9 @@ class Line(ModelSQL, ModelView):
                 return ((table.state != 'draft')
                     & table.move.in_(
                             move.select(move.id,
-                                where=period.in_(
+                                where=move.period.in_(
                                     Transaction().context['periods'])
-                                & move.state == 'posted')),
+                                & (move.state == 'posted'))),
                     fiscalyear_ids)
             else:
                 return ((table.state != 'draft')
@@ -1155,7 +1155,7 @@ class Line(ModelSQL, ModelView):
                                 period.select(period.id,
                                     where=period.fiscalyear.in_(
                                         fiscalyear_ids)))
-                            & move.state == 'posted')),
+                            & (move.state == 'posted'))),
                     fiscalyear_ids)
             else:
                 return ((table.state != 'draft')
diff --git a/tryton.cfg b/tryton.cfg
index c6c0583..40db5a7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.0
+version=3.0.1
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index f72b399..bfe5147 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.0.0
+Version: 3.0.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