Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond_account for openSUSE:Factory checked in at 2024-09-24 17:33:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_account (Old) and /work/SRC/openSUSE:Factory/.trytond_account.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account" Tue Sep 24 17:33:52 2024 rev:48 rq:1202823 version:6.0.27 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes 2024-07-02 18:19:17.673665197 +0200 +++ /work/SRC/openSUSE:Factory/.trytond_account.new.29891/trytond_account.changes 2024-09-24 17:34:07.887227261 +0200 @@ -1,0 +2,5 @@ +Tue Sep 17 07:58:52 UTC 2024 - Axel Braun <axel.br...@gmx.de> + +- Version 6.0.27 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_account-6.0.26.tar.gz New: ---- trytond_account-6.0.27.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_account.spec ++++++ --- /var/tmp/diff_new_pack.A6CNZr/_old 2024-09-24 17:34:08.551255059 +0200 +++ /var/tmp/diff_new_pack.A6CNZr/_new 2024-09-24 17:34:08.555255227 +0200 @@ -28,7 +28,7 @@ %define majorver 6.0 Name: trytond_account -Version: %{majorver}.26 +Version: %{majorver}.27 Release: 0 Summary: The "account" module for the Tryton ERP system License: GPL-3.0-or-later ++++++ trytond_account-6.0.26.tar.gz -> trytond_account-6.0.27.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.26/CHANGELOG new/trytond_account-6.0.27/CHANGELOG --- old/trytond_account-6.0.26/CHANGELOG 2024-06-02 19:40:59.000000000 +0200 +++ new/trytond_account-6.0.27/CHANGELOG 2024-09-01 14:13:31.000000000 +0200 @@ -1,4 +1,9 @@ +Version 6.0.27 - 2024-09-01 +--------------------------- +* Bug fixes (see mercurial logs for details) + + Version 6.0.26 - 2024-06-02 --------------------------- * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.26/PKG-INFO new/trytond_account-6.0.27/PKG-INFO --- old/trytond_account-6.0.26/PKG-INFO 2024-06-02 19:41:02.086612000 +0200 +++ new/trytond_account-6.0.27/PKG-INFO 2024-09-01 14:13:33.870893000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond_account -Version: 6.0.26 +Version: 6.0.27 Summary: Tryton module for accounting Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.26/account.py new/trytond_account-6.0.27/account.py --- old/trytond_account-6.0.26/account.py 2024-04-12 22:45:09.000000000 +0200 +++ new/trytond_account-6.0.27/account.py 2024-08-21 19:40:16.000000000 +0200 @@ -2686,8 +2686,6 @@ company_id = context.get('company') date = context.get('date') - with Transaction().set_context(date=None): - line_query, _ = MoveLine.query_get(line) kind = cls.get_kind(type_) debit_kind = ( cls.get_kind(debit_type) @@ -2736,8 +2734,7 @@ & ((line.reconciliation == Null) | (reconciliation.date > date)) & (move.date <= date) - & (account.company == company_id) - & line_query, + & (account.company == company_id), group_by=(line.party, move.company)) @classmethod diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.26/tryton.cfg new/trytond_account-6.0.27/tryton.cfg --- old/trytond_account-6.0.26/tryton.cfg 2024-05-15 19:17:03.000000000 +0200 +++ new/trytond_account-6.0.27/tryton.cfg 2024-06-02 19:41:12.000000000 +0200 @@ -1,5 +1,5 @@ [tryton] -version=6.0.26 +version=6.0.27 depends: company currency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.26/trytond_account.egg-info/PKG-INFO new/trytond_account-6.0.27/trytond_account.egg-info/PKG-INFO --- old/trytond_account-6.0.26/trytond_account.egg-info/PKG-INFO 2024-06-02 19:41:01.000000000 +0200 +++ new/trytond_account-6.0.27/trytond_account.egg-info/PKG-INFO 2024-09-01 14:13:33.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond_account -Version: 6.0.26 +Version: 6.0.27 Summary: Tryton module for accounting Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/