Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2018-05-15 10:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_account_invoice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_account_invoice"

Tue May 15 10:14:04 2018 rev:6 rq:606651 version:4.2.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2018-01-13 21:49:32.684767574 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new/trytond_account_invoice.changes
     2018-05-15 10:33:35.167782373 +0200
@@ -1,0 +2,10 @@
+Sat May 12 12:59:14 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.6 - Bugfix Release
+
+-------------------------------------------------------------------
+Thu Apr  5 16:54:55 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.5 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_account_invoice-4.2.4.tar.gz

New:
----
  trytond_account_invoice-4.2.6.tar.gz

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

Other differences:
------------------
++++++ trytond_account_invoice.spec ++++++
--- /var/tmp/diff_new_pack.L7f39d/_old  2018-05-15 10:33:36.031750641 +0200
+++ /var/tmp/diff_new_pack.L7f39d/_new  2018-05-15 10:33:36.031750641 +0200
@@ -19,10 +19,10 @@
 
 %define majorver 4.2
 Name:           trytond_account_invoice
-Version:        %{majorver}.4
+Version:        %{majorver}.6
 Release:        0
 Summary:        The "account_invoice" module for the Tryton ERP system
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Office/Management
 Url:            http://www.tryton.org/
 Source:         
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz

++++++ trytond_account_invoice-4.2.4.tar.gz -> 
trytond_account_invoice-4.2.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.4/.hgtags 
new/trytond_account_invoice-4.2.6/.hgtags
--- old/trytond_account_invoice-4.2.4/.hgtags   2018-01-05 00:09:51.000000000 
+0100
+++ new/trytond_account_invoice-4.2.6/.hgtags   2018-05-08 22:36:39.000000000 
+0200
@@ -19,3 +19,5 @@
 493e3a5d57736a9efff495fc94c700f12d4c06a6 4.2.2
 87bd9f105fef466c588e66bebf038b6177c5b876 4.2.3
 9f2b3c5f5341a2ab64bec17423ea088a6ec24517 4.2.4
+4818925e6b85d7f88b9cefc0e615637a0eb356d4 4.2.5
+a4aa79942df003e275fec0390d89d964407a18c9 4.2.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.4/CHANGELOG 
new/trytond_account_invoice-4.2.6/CHANGELOG
--- old/trytond_account_invoice-4.2.4/CHANGELOG 2018-01-05 00:09:51.000000000 
+0100
+++ new/trytond_account_invoice-4.2.6/CHANGELOG 2018-05-08 22:36:38.000000000 
+0200
@@ -1,3 +1,9 @@
+Version 4.2.6 - 2018-05-08
+* Bug fixes (see mercurial logs for details)
+
+Version 4.2.5 - 2018-04-03
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.4 - 2018-01-04
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.4/PKG-INFO 
new/trytond_account_invoice-4.2.6/PKG-INFO
--- old/trytond_account_invoice-4.2.4/PKG-INFO  2018-01-05 00:09:52.000000000 
+0100
+++ new/trytond_account_invoice-4.2.6/PKG-INFO  2018-05-08 22:36:40.000000000 
+0200
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice
-Version: 4.2.4
+Version: 4.2.6
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_trac...@tryton.org
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.2/
+Description-Content-Type: UNKNOWN
 Description: trytond_account_invoice
         =======================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.4/invoice.py 
new/trytond_account_invoice-4.2.6/invoice.py
--- old/trytond_account_invoice-4.2.4/invoice.py        2018-01-05 
00:09:50.000000000 +0100
+++ new/trytond_account_invoice-4.2.6/invoice.py        2018-05-08 
22:36:37.000000000 +0200
@@ -1158,7 +1158,7 @@
                     return result
                 if abs(remainder) < abs(best.remainder):
                     best = result
-        return result
+        return best
 
     def pay_invoice(self, amount, journal, date, description,
             amount_second_currency=None, second_currency=None):
@@ -1683,7 +1683,7 @@
             return self.currency.digits
         return 2
 
-    @fields.depends('type', 'quantity', 'unit_price',
+    @fields.depends('type', 'quantity', 'unit_price', 'invoice',
         '_parent_invoice.currency', 'currency')
     def on_change_with_amount(self):
         if self.type == 'line':
@@ -1832,8 +1832,8 @@
         if self.product:
             return self.product.default_uom_category.id
 
-    @fields.depends('account', 'product', '_parent_invoice.party',
-        '_parent_invoice.type')
+    @fields.depends('account', 'product', 'invoice',
+        '_parent_invoice.party', '_parent_invoice.type')
     def on_change_account(self):
         if self.product:
             return
@@ -2154,7 +2154,7 @@
         if self.invoice:
             return self.invoice.state
 
-    @fields.depends('tax', '_parent_invoice.party', 'base')
+    @fields.depends('tax', 'invoice', '_parent_invoice.party', 'base')
     def on_change_tax(self):
         Tax = Pool().get('account.tax')
         if not self.tax:
@@ -2179,7 +2179,7 @@
             self.tax_sign = tax.credit_note_tax_sign
             self.account = tax.credit_note_account
 
-    @fields.depends('tax', 'base', 'amount', 'manual',
+    @fields.depends('tax', 'base', 'amount', 'manual', 'invoice',
         '_parent_invoice.currency')
     def on_change_with_amount(self):
         Tax = Pool().get('account.tax')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.4/tryton.cfg 
new/trytond_account_invoice-4.2.6/tryton.cfg
--- old/trytond_account_invoice-4.2.4/tryton.cfg        2017-06-06 
19:40:48.000000000 +0200
+++ new/trytond_account_invoice-4.2.6/tryton.cfg        2018-04-03 
18:34:47.000000000 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.4
+version=4.2.6
 depends:
     account
     account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account_invoice-4.2.4/trytond_account_invoice.egg-info/PKG-INFO 
new/trytond_account_invoice-4.2.6/trytond_account_invoice.egg-info/PKG-INFO
--- old/trytond_account_invoice-4.2.4/trytond_account_invoice.egg-info/PKG-INFO 
2018-01-05 00:09:52.000000000 +0100
+++ new/trytond_account_invoice-4.2.6/trytond_account_invoice.egg-info/PKG-INFO 
2018-05-08 22:36:39.000000000 +0200
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: trytond-account-invoice
-Version: 4.2.4
+Version: 4.2.6
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_trac...@tryton.org
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.2/
+Description-Content-Type: UNKNOWN
 Description: trytond_account_invoice
         =======================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account_invoice-4.2.4/trytond_account_invoice.egg-info/requires.txt 
new/trytond_account_invoice-4.2.6/trytond_account_invoice.egg-info/requires.txt
--- 
old/trytond_account_invoice-4.2.4/trytond_account_invoice.egg-info/requires.txt 
    2018-01-05 00:09:52.000000000 +0100
+++ 
new/trytond_account_invoice-4.2.6/trytond_account_invoice.egg-info/requires.txt 
    2018-05-08 22:36:39.000000000 +0200
@@ -1,9 +1,9 @@
 python-dateutil
-python-sql >= 0.4
-trytond_account >= 4.2, < 4.3
-trytond_account_product >= 4.2, < 4.3
-trytond_company >= 4.2, < 4.3
-trytond_currency >= 4.2, < 4.3
-trytond_party >= 4.2, < 4.3
-trytond_product >= 4.2, < 4.3
-trytond >= 4.2, < 4.3
+python-sql>=0.4
+trytond_account<4.3,>=4.2
+trytond_account_product<4.3,>=4.2
+trytond_company<4.3,>=4.2
+trytond_currency<4.3,>=4.2
+trytond_party<4.3,>=4.2
+trytond_product<4.3,>=4.2
+trytond<4.3,>=4.2


Reply via email to