Hello community,
here is the log from the commit of package trytond_account_invoice for
openSUSE:Factory checked in at 2020-08-21 19:19:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
and /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account_invoice"
Fri Aug 21 19:19:24 2020 rev:14 rq:828500 version:5.0.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
2020-04-05 20:54:36.193253318 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.3399/trytond_account_invoice.changes
2020-08-21 19:20:11.748916834 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 21:01:55 UTC 2020 - Axel Braun <[email protected]>
+
+- Version 5.0.9 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_account_invoice-5.0.8.tar.gz
New:
----
trytond_account_invoice-5.0.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_account_invoice.spec ++++++
--- /var/tmp/diff_new_pack.B9ISd1/_old 2020-08-21 19:20:14.748918430 +0200
+++ /var/tmp/diff_new_pack.B9ISd1/_new 2020-08-21 19:20:14.752918433 +0200
@@ -19,7 +19,7 @@
%define majorver 5.0
Name: trytond_account_invoice
-Version: %{majorver}.8
+Version: %{majorver}.9
Release: 0
Summary: The "account_invoice" module for the Tryton ERP system
License: GPL-3.0-only
++++++ trytond_account_invoice-5.0.8.tar.gz ->
trytond_account_invoice-5.0.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.8/.hgtags
new/trytond_account_invoice-5.0.9/.hgtags
--- old/trytond_account_invoice-5.0.8/.hgtags 2020-04-04 17:45:55.000000000
+0200
+++ new/trytond_account_invoice-5.0.9/.hgtags 2020-08-02 17:49:32.000000000
+0200
@@ -27,3 +27,4 @@
44da6e17f4ca288e9a786fa94515139a8f937b55 5.0.6
fa51c65500d78ceb8b1e3536b24c163b7d811e00 5.0.7
b9930e4204aeec02393c0e55e728718726d53f15 5.0.8
+2261b7b18c1f7a0b3f5f689f70ea85e3e8312726 5.0.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.8/CHANGELOG
new/trytond_account_invoice-5.0.9/CHANGELOG
--- old/trytond_account_invoice-5.0.8/CHANGELOG 2020-04-04 17:45:54.000000000
+0200
+++ new/trytond_account_invoice-5.0.9/CHANGELOG 2020-08-02 17:49:31.000000000
+0200
@@ -1,3 +1,6 @@
+Version 5.0.9 - 2020-08-02
+* Bug fixes (see mercurial logs for details)
+
Version 5.0.8 - 2020-04-04
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.8/PKG-INFO
new/trytond_account_invoice-5.0.9/PKG-INFO
--- old/trytond_account_invoice-5.0.8/PKG-INFO 2020-04-04 17:45:56.000000000
+0200
+++ new/trytond_account_invoice-5.0.9/PKG-INFO 2020-08-02 17:49:33.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: trytond_account_invoice
-Version: 5.0.8
+Version: 5.0.9
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.8/invoice.py
new/trytond_account_invoice-5.0.9/invoice.py
--- old/trytond_account_invoice-5.0.8/invoice.py 2020-04-04
11:36:22.000000000 +0200
+++ new/trytond_account_invoice-5.0.9/invoice.py 2020-07-21
13:06:27.000000000 +0200
@@ -1125,6 +1125,7 @@
default.setdefault('move', None)
default.setdefault('cancel_move', None)
default.setdefault('invoice_report_cache', None)
+ default.setdefault('invoice_report_cache_id', None)
default.setdefault('invoice_report_format', None)
default.setdefault('payment_lines', None)
default.setdefault('invoice_date', None)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.8/tryton.cfg
new/trytond_account_invoice-5.0.9/tryton.cfg
--- old/trytond_account_invoice-5.0.8/tryton.cfg 2020-02-02
17:23:21.000000000 +0100
+++ new/trytond_account_invoice-5.0.9/tryton.cfg 2020-04-04
17:46:06.000000000 +0200
@@ -1,5 +1,5 @@
[tryton]
-version=5.0.8
+version=5.0.9
depends:
account
account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_account_invoice-5.0.8/trytond_account_invoice.egg-info/PKG-INFO
new/trytond_account_invoice-5.0.9/trytond_account_invoice.egg-info/PKG-INFO
--- old/trytond_account_invoice-5.0.8/trytond_account_invoice.egg-info/PKG-INFO
2020-04-04 17:45:55.000000000 +0200
+++ new/trytond_account_invoice-5.0.9/trytond_account_invoice.egg-info/PKG-INFO
2020-08-02 17:49:32.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: trytond-account-invoice
-Version: 5.0.8
+Version: 5.0.9
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton