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 2023-05-23 14:55:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_account (Old) and /work/SRC/openSUSE:Factory/.trytond_account.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account" Tue May 23 14:55:27 2023 rev:38 rq:1088643 version:6.0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes 2023-02-20 17:46:44.403732037 +0100 +++ /work/SRC/openSUSE:Factory/.trytond_account.new.1533/trytond_account.changes 2023-05-23 14:55:47.898928622 +0200 @@ -1,0 +2,5 @@ +Sat May 20 17:02:20 UTC 2023 - Axel Braun <axel.br...@gmx.de> + +- Version 6.0.17 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_account-6.0.15.tar.gz trytond_account-6.0.15.tar.gz.asc New: ---- trytond_account-6.0.17.tar.gz trytond_account-6.0.17.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_account.spec ++++++ --- /var/tmp/diff_new_pack.OGd3UJ/_old 2023-05-23 14:55:48.486932101 +0200 +++ /var/tmp/diff_new_pack.OGd3UJ/_new 2023-05-23 14:55:48.490932125 +0200 @@ -18,7 +18,7 @@ %define majorver 6.0 Name: trytond_account -Version: %{majorver}.15 +Version: %{majorver}.17 Release: 0 Summary: The "account" module for the Tryton ERP system License: GPL-3.0+ ++++++ trytond_account-6.0.15.tar.gz -> trytond_account-6.0.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.15/CHANGELOG new/trytond_account-6.0.17/CHANGELOG --- old/trytond_account-6.0.15/CHANGELOG 2023-02-17 19:57:59.000000000 +0100 +++ new/trytond_account-6.0.17/CHANGELOG 2023-05-17 23:01:41.000000000 +0200 @@ -1,3 +1,13 @@ + +Version 6.0.17 - 2023-05-17 +--------------------------- +* Bug fixes (see mercurial logs for details) + + +Version 6.0.16 - 2023-05-03 +--------------------------- +* Bug fixes (see mercurial logs for details) + Version 6.0.15 - 2023-02-17 --------------------------- * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.15/PKG-INFO new/trytond_account-6.0.17/PKG-INFO --- old/trytond_account-6.0.15/PKG-INFO 2023-02-17 19:58:03.059598700 +0100 +++ new/trytond_account-6.0.17/PKG-INFO 2023-05-17 23:01:44.323986300 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond_account -Version: 6.0.15 +Version: 6.0.17 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.15/account.py new/trytond_account-6.0.17/account.py --- old/trytond_account-6.0.15/account.py 2023-02-05 21:50:06.000000000 +0100 +++ new/trytond_account-6.0.17/account.py 2023-05-04 19:39:30.000000000 +0200 @@ -413,8 +413,8 @@ if child.template: if not child.template_override: if child.template.parent: - parent = template2type[ - child.template.parent.id] + parent = template2type.get( + child.template.parent.id) else: parent = None old_parent = ( @@ -2681,7 +2681,9 @@ with Transaction().set_context(date=None): line_query, _ = MoveLine.query_get(line) kind = cls.get_kind(type_) - debit_kind = cls.get_kind(debit_type) + debit_kind = ( + cls.get_kind(debit_type) + & (line.debit != 0)) columns = [ line.party.as_('id'), Literal(0).as_('create_uid'), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.15/tryton.cfg new/trytond_account-6.0.17/tryton.cfg --- old/trytond_account-6.0.15/tryton.cfg 2023-02-05 22:33:52.000000000 +0100 +++ new/trytond_account-6.0.17/tryton.cfg 2023-05-03 19:09:22.000000000 +0200 @@ -1,5 +1,5 @@ [tryton] -version=6.0.15 +version=6.0.17 depends: company currency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-6.0.15/trytond_account.egg-info/PKG-INFO new/trytond_account-6.0.17/trytond_account.egg-info/PKG-INFO --- old/trytond_account-6.0.15/trytond_account.egg-info/PKG-INFO 2023-02-17 19:58:02.000000000 +0100 +++ new/trytond_account-6.0.17/trytond_account.egg-info/PKG-INFO 2023-05-17 23:01:43.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond-account -Version: 6.0.15 +Version: 6.0.17 Summary: Tryton module for accounting Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/