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 2021-05-18 18:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
and /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account_invoice"
Tue May 18 18:27:30 2021 rev:19 rq:894081 version:5.0.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
2021-03-11 20:12:54.280723230 +0100
+++
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.2988/trytond_account_invoice.changes
2021-05-18 18:27:56.958570555 +0200
@@ -1,0 +2,5 @@
+Sun May 16 09:23:09 UTC 2021 - Axel Braun <[email protected]>
+
+- Version 5.0.12 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_account_invoice-5.0.11.tar.gz
trytond_account_invoice-5.0.11.tar.gz.asc
New:
----
trytond_account_invoice-5.0.12.tar.gz
trytond_account_invoice-5.0.12.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_account_invoice.spec ++++++
--- /var/tmp/diff_new_pack.oh8S07/_old 2021-05-18 18:27:57.474568319 +0200
+++ /var/tmp/diff_new_pack.oh8S07/_new 2021-05-18 18:27:57.478568302 +0200
@@ -19,7 +19,7 @@
%define majorver 5.0
Name: trytond_account_invoice
-Version: %{majorver}.11
+Version: %{majorver}.12
Release: 0
Summary: The "account_invoice" module for the Tryton ERP system
License: GPL-3.0-only
++++++ trytond_account_invoice-5.0.11.tar.gz ->
trytond_account_invoice-5.0.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/.hgtags
new/trytond_account_invoice-5.0.12/.hgtags
--- old/trytond_account_invoice-5.0.11/.hgtags 2021-03-03 18:31:48.000000000
+0100
+++ new/trytond_account_invoice-5.0.12/.hgtags 2021-05-15 23:08:07.000000000
+0200
@@ -30,3 +30,4 @@
2261b7b18c1f7a0b3f5f689f70ea85e3e8312726 5.0.9
7d96cdbf9b2fbe4381b1e768a1d895e6c5cd0adf 5.0.10
c3b8f7b498322f31b1ef0cd27b49e5d8dddd460d 5.0.11
+74140573ebabe58ea7cc2d60e3df774151a2390f 5.0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/CHANGELOG
new/trytond_account_invoice-5.0.12/CHANGELOG
--- old/trytond_account_invoice-5.0.11/CHANGELOG 2021-03-03
18:31:47.000000000 +0100
+++ new/trytond_account_invoice-5.0.12/CHANGELOG 2021-05-15
23:08:07.000000000 +0200
@@ -1,3 +1,6 @@
+Version 5.0.12 - 2021-05-15
+* Bug fixes (see mercurial logs for details)
+
Version 5.0.11 - 2021-03-03
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/PKG-INFO
new/trytond_account_invoice-5.0.12/PKG-INFO
--- old/trytond_account_invoice-5.0.11/PKG-INFO 2021-03-03 18:31:49.675143000
+0100
+++ new/trytond_account_invoice-5.0.12/PKG-INFO 2021-05-15 23:08:09.121807300
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: trytond_account_invoice
-Version: 5.0.11
+Version: 5.0.12
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.11/invoice.fodt
new/trytond_account_invoice-5.0.12/invoice.fodt
--- old/trytond_account_invoice-5.0.11/invoice.fodt 2021-02-24
21:19:02.000000000 +0100
+++ new/trytond_account_invoice-5.0.12/invoice.fodt 2021-05-06
23:57:27.000000000 +0200
@@ -976,7 +976,7 @@
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table5.A4" office:value-type="string">
- <text:p text:style-name="Table_20_Contents"><text:placeholder
text:placeholder-type="text"><format_date(line.maturity_date,
invoice.party.lang)></text:placeholder></text:p>
+ <text:p text:style-name="Table_20_Contents"><text:placeholder
text:placeholder-type="text"><format_date(line.maturity_date,
invoice.party.lang) if line.maturity_date else
''></text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.B4" office:value-type="string">
<text:p text:style-name="P10"><text:placeholder
text:placeholder-type="text"><line.amount_second_currency and
format_currency(line.amount_second_currency, invoice.party.lang,
invoice.currency) or format_currency(line.debit - line.credit,
invoice.party.lang, invoice.currency)></text:placeholder></text:p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/invoice.py
new/trytond_account_invoice-5.0.12/invoice.py
--- old/trytond_account_invoice-5.0.11/invoice.py 2020-10-13
23:47:30.000000000 +0200
+++ new/trytond_account_invoice-5.0.12/invoice.py 2021-05-06
23:57:27.000000000 +0200
@@ -1298,9 +1298,10 @@
'''
credit = self.__class__()
- for field in ('company', 'party', 'invoice_address', 'currency',
- 'journal', 'account', 'payment_term', 'description',
- 'comment', 'type'):
+ for field in [
+ 'company', 'tax_identifier', 'party', 'party_tax_identifier',
+ 'invoice_address', 'currency', 'journal', 'account',
+ 'payment_term', 'description', 'comment', 'type']:
setattr(credit, field, getattr(self, field))
credit.lines = [line._credit() for line in self.lines]
@@ -2129,8 +2130,10 @@
else:
line.quantity = self.quantity
- for field in ('sequence', 'type', 'invoice_type', 'unit_price',
- 'description', 'unit', 'product', 'account'):
+ for field in [
+ 'sequence', 'type', 'invoice_type', 'party', 'currency',
+ 'company', 'unit_price', 'description', 'unit', 'product',
+ 'account']:
setattr(line, field, getattr(self, field))
line.taxes = self.taxes
return line
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/tryton.cfg
new/trytond_account_invoice-5.0.12/tryton.cfg
--- old/trytond_account_invoice-5.0.11/tryton.cfg 2020-10-18
20:49:16.000000000 +0200
+++ new/trytond_account_invoice-5.0.12/tryton.cfg 2021-03-03
18:31:57.000000000 +0100
@@ -1,5 +1,5 @@
[tryton]
-version=5.0.11
+version=5.0.12
depends:
account
account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_account_invoice-5.0.11/trytond_account_invoice.egg-info/PKG-INFO
new/trytond_account_invoice-5.0.12/trytond_account_invoice.egg-info/PKG-INFO
---
old/trytond_account_invoice-5.0.11/trytond_account_invoice.egg-info/PKG-INFO
2021-03-03 18:31:49.000000000 +0100
+++
new/trytond_account_invoice-5.0.12/trytond_account_invoice.egg-info/PKG-INFO
2021-05-15 23:08:08.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: trytond-account-invoice
-Version: 5.0.11
+Version: 5.0.12
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton