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-03-08 17:26:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
and /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account_invoice"
Sun Mar 8 17:26:36 2026 rev:42 rq:1337450 version:7.0.16
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
2026-02-05 18:06:49.439775990 +0100
+++
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.8177/trytond_account_invoice.changes
2026-03-08 17:27:11.923579467 +0100
@@ -1,0 +2,5 @@
+Sat Mar 7 18:57:19 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.16 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_account_invoice-7.0.15.tar.gz
New:
----
trytond_account_invoice-7.0.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_account_invoice.spec ++++++
--- /var/tmp/diff_new_pack.VeeVqY/_old 2026-03-08 17:27:12.407599347 +0100
+++ /var/tmp/diff_new_pack.VeeVqY/_new 2026-03-08 17:27:12.407599347 +0100
@@ -29,7 +29,7 @@
%define majorver 7.0
Name: trytond_account_invoice
-Version: %{majorver}.15
+Version: %{majorver}.16
Release: 0
Summary: The "account_invoice" module for the Tryton ERP system
License: GPL-3.0-only
++++++ trytond_account_invoice-7.0.15.tar.gz ->
trytond_account_invoice-7.0.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-7.0.15/CHANGELOG
new/trytond_account_invoice-7.0.16/CHANGELOG
--- old/trytond_account_invoice-7.0.15/CHANGELOG 2026-02-01
11:41:02.000000000 +0100
+++ new/trytond_account_invoice-7.0.16/CHANGELOG 2026-02-18
19:15:25.000000000 +0100
@@ -1,4 +1,9 @@
+Version 7.0.16 - 2026-02-18
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
Version 7.0.15 - 2026-02-01
---------------------------
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-7.0.15/PKG-INFO
new/trytond_account_invoice-7.0.16/PKG-INFO
--- old/trytond_account_invoice-7.0.15/PKG-INFO 2026-02-01 11:41:05.023024800
+0100
+++ new/trytond_account_invoice-7.0.16/PKG-INFO 2026-02-18 19:15:28.607345300
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: trytond_account_invoice
-Version: 7.0.15
+Version: 7.0.16
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.15/invoice.py
new/trytond_account_invoice-7.0.16/invoice.py
--- old/trytond_account_invoice-7.0.15/invoice.py 2026-01-31
14:27:14.000000000 +0100
+++ new/trytond_account_invoice-7.0.16/invoice.py 2026-02-14
00:28:04.000000000 +0100
@@ -2456,7 +2456,8 @@
def origin_name(self):
if isinstance(self.origin, self.__class__) and self.origin.id >= 0:
return self.origin.invoice.rec_name
- return self.origin.rec_name if self.origin else None
+ if self.origin and self.origin.id >= 0:
+ return self.origin.rec_name
@classmethod
def default_taxes_deductible_rate(cls):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-7.0.15/tryton.cfg
new/trytond_account_invoice-7.0.16/tryton.cfg
--- old/trytond_account_invoice-7.0.15/tryton.cfg 2025-09-22
21:34:39.000000000 +0200
+++ new/trytond_account_invoice-7.0.16/tryton.cfg 2026-02-01
11:41:11.000000000 +0100
@@ -1,5 +1,5 @@
[tryton]
-version=7.0.15
+version=7.0.16
depends:
account
account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_account_invoice-7.0.15/trytond_account_invoice.egg-info/PKG-INFO
new/trytond_account_invoice-7.0.16/trytond_account_invoice.egg-info/PKG-INFO
---
old/trytond_account_invoice-7.0.15/trytond_account_invoice.egg-info/PKG-INFO
2026-02-01 11:41:04.000000000 +0100
+++
new/trytond_account_invoice-7.0.16/trytond_account_invoice.egg-info/PKG-INFO
2026-02-18 19:15:28.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: trytond_account_invoice
-Version: 7.0.15
+Version: 7.0.16
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.0/