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 2026-06-12 19:27:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_account.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_account"

Fri Jun 12 19:27:50 2026 rev:58 rq:1358801 version:7.0.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2026-03-08 17:27:10.779532480 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.1981/trytond_account.changes    
    2026-06-12 19:28:53.517623962 +0200
@@ -1,0 +2,5 @@
+Fri Jun 12 00:26:32 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.25 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_account-7.0.24.tar.gz

New:
----
  trytond_account-7.0.25.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond_account.spec ++++++
--- /var/tmp/diff_new_pack.tU3sis/_old  2026-06-12 19:28:54.301656768 +0200
+++ /var/tmp/diff_new_pack.tU3sis/_new  2026-06-12 19:28:54.305656935 +0200
@@ -28,7 +28,7 @@
 
 %define majorver 7.0
 Name:           trytond_account
-Version:        %{majorver}.24
+Version:        %{majorver}.25
 Release:        0
 Summary:        The "account" module for the Tryton ERP system
 License:        GPL-3.0-or-later

++++++ trytond_account-7.0.24.tar.gz -> trytond_account-7.0.25.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.24/CHANGELOG 
new/trytond_account-7.0.25/CHANGELOG
--- old/trytond_account-7.0.24/CHANGELOG        2026-03-02 23:14:14.000000000 
+0100
+++ new/trytond_account-7.0.25/CHANGELOG        2026-04-16 23:29:28.000000000 
+0200
@@ -1,4 +1,9 @@
 
+Version 7.0.25 - 2026-04-16
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.24 - 2026-03-02
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.24/COPYRIGHT 
new/trytond_account-7.0.25/COPYRIGHT
--- old/trytond_account-7.0.24/COPYRIGHT        2026-03-02 23:14:14.000000000 
+0100
+++ new/trytond_account-7.0.25/COPYRIGHT        2026-04-16 23:29:28.000000000 
+0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2025 Cédric Krier.
+Copyright (C) 2008-2026 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2025 B2CK SPRL.
+Copyright (C) 2008-2026 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.24/PKG-INFO 
new/trytond_account-7.0.25/PKG-INFO
--- old/trytond_account-7.0.24/PKG-INFO 2026-03-02 23:14:17.974967500 +0100
+++ new/trytond_account-7.0.25/PKG-INFO 2026-04-16 23:29:32.005255000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_account
-Version: 7.0.24
+Version: 7.0.25
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.24/move.py 
new/trytond_account-7.0.25/move.py
--- old/trytond_account-7.0.24/move.py  2026-01-31 14:50:58.000000000 +0100
+++ new/trytond_account-7.0.25/move.py  2026-04-14 20:36:56.000000000 +0200
@@ -497,6 +497,7 @@
                         where=reduce_ids(line.move, sub_moves_ids)
                         & (line.debit == Decimal(0))
                         & (line.credit == Decimal(0))
+                        & (line.reconciliation == Null)
                         & ((line.amount_second_currency == Null)
                             | (line.amount_second_currency == Decimal(0)))
                         ))
@@ -2430,6 +2431,7 @@
                     ],
                 ('second_currency', '=', Eval('currency', -1)),
                 ],
+            ('state', '=', 'valid'),
             ])
 
     _write_off_states = {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.24/tryton.cfg 
new/trytond_account-7.0.25/tryton.cfg
--- old/trytond_account-7.0.24/tryton.cfg       2025-12-17 19:44:14.000000000 
+0100
+++ new/trytond_account-7.0.25/tryton.cfg       2026-03-02 23:14:25.000000000 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.24
+version=7.0.25
 depends:
     company
     currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-7.0.24/trytond_account.egg-info/PKG-INFO 
new/trytond_account-7.0.25/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-7.0.24/trytond_account.egg-info/PKG-INFO        
2026-03-02 23:14:17.000000000 +0100
+++ new/trytond_account-7.0.25/trytond_account.egg-info/PKG-INFO        
2026-04-16 23:29:31.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_account
-Version: 7.0.24
+Version: 7.0.25
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/

Reply via email to