Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2026-08-14 22:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_account_invoice"

Fri Aug 14 22:09:28 2026 rev:43 rq:1371192 version:7.0.17

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2026-03-08 17:27:11.923579467 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.1258/trytond_account_invoice.changes
        2026-08-14 22:09:41.171859590 +0200
@@ -1,0 +2,5 @@
+Fri Aug 14 09:23:18 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.17 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_account_invoice-7.0.16.tar.gz

New:
----
  trytond_account_invoice-7.0.17.tar.gz

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

Other differences:
------------------
++++++ trytond_account_invoice.spec ++++++
--- /var/tmp/diff_new_pack.YYRYI1/_old  2026-08-14 22:09:41.898886254 +0200
+++ /var/tmp/diff_new_pack.YYRYI1/_new  2026-08-14 22:09:41.900886327 +0200
@@ -29,7 +29,7 @@
 
 %define majorver 7.0
 Name:           trytond_account_invoice
-Version:        %{majorver}.16
+Version:        %{majorver}.17
 Release:        0
 Summary:        The "account_invoice" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_account_invoice-7.0.16.tar.gz -> 
trytond_account_invoice-7.0.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-7.0.16/CHANGELOG 
new/trytond_account_invoice-7.0.17/CHANGELOG
--- old/trytond_account_invoice-7.0.16/CHANGELOG        2026-02-18 
19:15:25.000000000 +0100
+++ new/trytond_account_invoice-7.0.17/CHANGELOG        2026-07-15 
19:37:41.000000000 +0200
@@ -1,4 +1,9 @@
 
+Version 7.0.17 - 2026-07-15
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.16 - 2026-02-18
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-7.0.16/PKG-INFO 
new/trytond_account_invoice-7.0.17/PKG-INFO
--- old/trytond_account_invoice-7.0.16/PKG-INFO 2026-02-18 19:15:28.607345300 
+0100
+++ new/trytond_account_invoice-7.0.17/PKG-INFO 2026-07-15 19:37:50.324499400 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_account_invoice
-Version: 7.0.16
+Version: 7.0.17
 Summary: Tryton module for invoicing
 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_invoice-7.0.16/invoice.py 
new/trytond_account_invoice-7.0.17/invoice.py
--- old/trytond_account_invoice-7.0.16/invoice.py       2026-02-14 
00:28:04.000000000 +0100
+++ new/trytond_account_invoice-7.0.17/invoice.py       2026-07-14 
19:20:42.000000000 +0200
@@ -1356,11 +1356,7 @@
         return super().view_attributes() + [
             ('/form//field[@name="comment"]', 'spell', Eval('party_lang')),
             ('/tree', 'visual',
-                If((
-                        (Eval('type') == 'out')
-                        & (Eval('amount_to_pay_today', 0) > 0))
-                    | ((Eval('type') == 'in')
-                        & (Eval('amount_to_pay_today', 0) < 0)),
+                If(Eval('amount_to_pay_today', 0) > 0,
                     'danger',
                     If(Eval('state') == 'cancelled', 'muted', ''))),
             ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-7.0.16/tryton.cfg 
new/trytond_account_invoice-7.0.17/tryton.cfg
--- old/trytond_account_invoice-7.0.16/tryton.cfg       2026-02-01 
11:41:11.000000000 +0100
+++ new/trytond_account_invoice-7.0.17/tryton.cfg       2026-02-18 
19:15:35.000000000 +0100
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.16
+version=7.0.17
 depends:
     account
     account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account_invoice-7.0.16/trytond_account_invoice.egg-info/PKG-INFO 
new/trytond_account_invoice-7.0.17/trytond_account_invoice.egg-info/PKG-INFO
--- 
old/trytond_account_invoice-7.0.16/trytond_account_invoice.egg-info/PKG-INFO    
    2026-02-18 19:15:28.000000000 +0100
+++ 
new/trytond_account_invoice-7.0.17/trytond_account_invoice.egg-info/PKG-INFO    
    2026-07-15 19:37:48.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_account_invoice
-Version: 7.0.16
+Version: 7.0.17
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/

Reply via email to