commit trytond_account_invoice for openSUSE:Factory

2020-10-21 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2020-10-21 14:38:49

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.3486 (New)


Package is "trytond_account_invoice"

Wed Oct 21 14:38:49 2020 rev:15 rq:842980 version:5.0.10

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2020-08-21 19:20:11.748916834 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.3486/trytond_account_invoice.changes
2020-10-21 14:38:53.605622585 +0200
@@ -1,0 +2,5 @@
+Tue Oct 20 14:14:52 UTC 2020 - Axel Braun 
+
+- Version 5.0.10 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-5.0.9.tar.gz

New:

  trytond_account_invoice-5.0.10.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.EW9Qt4/_old  2020-10-21 14:38:55.129623447 +0200
+++ /var/tmp/diff_new_pack.EW9Qt4/_new  2020-10-21 14:38:55.129623447 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_account_invoice
-Version:%{majorver}.9
+Version:%{majorver}.10
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-5.0.9.tar.gz -> 
trytond_account_invoice-5.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.9/.hgtags 
new/trytond_account_invoice-5.0.10/.hgtags
--- old/trytond_account_invoice-5.0.9/.hgtags   2020-08-02 17:49:32.0 
+0200
+++ new/trytond_account_invoice-5.0.10/.hgtags  2020-10-18 20:49:06.0 
+0200
@@ -28,3 +28,4 @@
 fa51c65500d78ceb8b1e3536b24c163b7d811e00 5.0.7
 b9930e4204aeec02393c0e55e728718726d53f15 5.0.8
 2261b7b18c1f7a0b3f5f689f70ea85e3e8312726 5.0.9
+7d96cdbf9b2fbe4381b1e768a1d895e6c5cd0adf 5.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.9/CHANGELOG 
new/trytond_account_invoice-5.0.10/CHANGELOG
--- old/trytond_account_invoice-5.0.9/CHANGELOG 2020-08-02 17:49:31.0 
+0200
+++ new/trytond_account_invoice-5.0.10/CHANGELOG2020-10-18 
20:49:06.0 +0200
@@ -1,3 +1,6 @@
+Version 5.0.10 - 2020-10-18
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.9 - 2020-08-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.9/PKG-INFO 
new/trytond_account_invoice-5.0.10/PKG-INFO
--- old/trytond_account_invoice-5.0.9/PKG-INFO  2020-08-02 17:49:33.0 
+0200
+++ new/trytond_account_invoice-5.0.10/PKG-INFO 2020-10-18 20:49:07.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account_invoice
-Version: 5.0.9
+Version: 5.0.10
 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.9/invoice.py 
new/trytond_account_invoice-5.0.10/invoice.py
--- old/trytond_account_invoice-5.0.9/invoice.py2020-07-21 
13:06:27.0 +0200
+++ new/trytond_account_invoice-5.0.10/invoice.py   2020-10-13 
23:47:30.0 +0200
@@ -512,7 +512,7 @@
 if self.currency:
 return self.currency.is_zero(amount)
 else:
-return amount != Decimal('0.0')
+return amount == Decimal('0.0')
 
 tax_keys = []
 taxes = list(self.taxes or [])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.9/tryton.cfg 
new/trytond_account_invoice-5.0.10/tryton.cfg
--- old/trytond_account_invoice-5.0.9/tryton.cfg2020-04-04 
17:46:06.0 +0200
+++ new/trytond_account_invoice-5.0.10/tryton.cfg   2020-08-02 
17:49:41.0 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.9
+version=5.0.10
 depends:
 account
 account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account_invoice-5.0.9/trytond_account_invoice.egg-info/PKG-INFO 
new/trytond_account_invoice-5.0.10/trytond_account_invoice.egg-info/PKG-INFO
--- old/trytond_account_invoice-5.0.9/trytond_account_invoice.egg-info/PKG-INFO 
2020-08-02 17:49:32.0 +0200
+++ 
new/trytond_account_invoice-5.0.10/trytond_account_invoice.egg-info/PKG-INFO
2020-10-18 20:49:07.0 +0200
@@ -1,6 +1,

commit trytond_account_invoice for openSUSE:Factory

2020-08-21 Thread root
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 
+
+- 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.0 
+0200
+++ new/trytond_account_invoice-5.0.9/.hgtags   2020-08-02 17:49:32.0 
+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.0 
+0200
+++ new/trytond_account_invoice-5.0.9/CHANGELOG 2020-08-02 17:49:31.0 
+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.0 
+0200
+++ new/trytond_account_invoice-5.0.9/PKG-INFO  2020-08-02 17:49:33.0 
+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.py2020-04-04 
11:36:22.0 +0200
+++ new/trytond_account_invoice-5.0.9/invoice.py2020-07-21 
13:06:27.0 +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.cfg2020-02-02 
17:23:21.0 +0100
+++ new/trytond_account_invoice-5.0.9/tryton.cfg2020-04-04 
17:46:06.0 +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.0 +0200
+++ new/trytond_account_invoice-5.0.9/trytond_account_i

commit trytond_account_invoice for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2020-04-05 20:54:30

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.3248 (New)


Package is "trytond_account_invoice"

Sun Apr  5 20:54:30 2020 rev:13 rq:791416 version:5.0.8

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2020-02-10 21:53:20.750188418 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.3248/trytond_account_invoice.changes
2020-04-05 20:54:36.193253318 +0200
@@ -1,0 +2,5 @@
+Sat Apr  4 17:05:55 UTC 2020 - Axel Braun 
+
+- Version 5.0.8 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-5.0.7.tar.gz

New:

  trytond_account_invoice-5.0.8.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.z4V7Fm/_old  2020-04-05 20:54:36.829254000 +0200
+++ /var/tmp/diff_new_pack.z4V7Fm/_new  2020-04-05 20:54:36.833254004 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_account_invoice
-Version:%{majorver}.7
+Version:%{majorver}.8
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-5.0.7.tar.gz -> 
trytond_account_invoice-5.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.7/.drone.yml 
new/trytond_account_invoice-5.0.8/.drone.yml
--- old/trytond_account_invoice-5.0.7/.drone.yml2018-10-13 
14:12:21.0 +0200
+++ new/trytond_account_invoice-5.0.8/.drone.yml2020-03-01 
16:46:03.0 +0100
@@ -19,6 +19,8 @@
 services:
 postgresql:
 image: postgres
+environment:
+- POSTGRES_HOST_AUTH_METHOD=trust
 when:
 matrix:
 DATABASE: postgresql
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.7/.hgtags 
new/trytond_account_invoice-5.0.8/.hgtags
--- old/trytond_account_invoice-5.0.7/.hgtags   2020-02-02 17:23:06.0 
+0100
+++ new/trytond_account_invoice-5.0.8/.hgtags   2020-04-04 17:45:55.0 
+0200
@@ -26,3 +26,4 @@
 ef448eae43e02531c7cc7cff78ceab47baa6084e 5.0.5
 44da6e17f4ca288e9a786fa94515139a8f937b55 5.0.6
 fa51c65500d78ceb8b1e3536b24c163b7d811e00 5.0.7
+b9930e4204aeec02393c0e55e728718726d53f15 5.0.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.7/CHANGELOG 
new/trytond_account_invoice-5.0.8/CHANGELOG
--- old/trytond_account_invoice-5.0.7/CHANGELOG 2020-02-02 17:23:06.0 
+0100
+++ new/trytond_account_invoice-5.0.8/CHANGELOG 2020-04-04 17:45:54.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.8 - 2020-04-04
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.7 - 2020-02-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.7/PKG-INFO 
new/trytond_account_invoice-5.0.8/PKG-INFO
--- old/trytond_account_invoice-5.0.7/PKG-INFO  2020-02-02 17:23:08.0 
+0100
+++ new/trytond_account_invoice-5.0.8/PKG-INFO  2020-04-04 17:45:56.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account_invoice
-Version: 5.0.7
+Version: 5.0.8
 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.7/invoice.py 
new/trytond_account_invoice-5.0.8/invoice.py
--- old/trytond_account_invoice-5.0.7/invoice.py2019-12-28 
15:34:51.0 +0100
+++ new/trytond_account_invoice-5.0.8/invoice.py2020-04-04 
11:36:22.0 +0200
@@ -2226,6 +2226,12 @@
 def default_manual():
 return True
 
+@classmethod
+def default_invoice_state(cls):
+pool = Pool()
+Invoice = pool.get('account.invoice')
+return Invoice.default_state()
+
 @fields.depends('invoice', '_parent_invoice.state')
 def on_change_with_invoice_state(self, name=None):
 if self.invoice:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.7/tryton.cfg 
new/trytond_account_invoice-5.0.8/tryton.cfg
--- old/trytond_account_invoice-5.0.7/tryton.cfg2020-01-09 
22:20:06.0 +0100
+++ new/trytond_account_invoice-5.0.8/try

commit trytond_account_invoice for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2020-02-10 21:53:14

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.26092 (New)


Package is "trytond_account_invoice"

Mon Feb 10 21:53:14 2020 rev:12 rq:772531 version:5.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2020-01-10 17:51:31.938126766 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.26092/trytond_account_invoice.changes
   2020-02-10 21:53:20.750188418 +0100
@@ -1,0 +2,5 @@
+Sun Feb  2 18:40:13 UTC 2020 - Axel Braun 
+
+- Version 5.0.7 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-5.0.6.tar.gz

New:

  trytond_account_invoice-5.0.7.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.JPhiZj/_old  2020-02-10 21:53:21.198188666 +0100
+++ /var/tmp/diff_new_pack.JPhiZj/_new  2020-02-10 21:53:21.198188666 +0100
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_account_invoice
-Version:%{majorver}.6
+Version:%{majorver}.7
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-5.0.6.tar.gz -> 
trytond_account_invoice-5.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.6/.hgtags 
new/trytond_account_invoice-5.0.7/.hgtags
--- old/trytond_account_invoice-5.0.6/.hgtags   2020-01-09 22:19:48.0 
+0100
+++ new/trytond_account_invoice-5.0.7/.hgtags   2020-02-02 17:23:06.0 
+0100
@@ -25,3 +25,4 @@
 f1256cd05b1e923ac38b52dd6b265b32c6ca0853 5.0.4
 ef448eae43e02531c7cc7cff78ceab47baa6084e 5.0.5
 44da6e17f4ca288e9a786fa94515139a8f937b55 5.0.6
+fa51c65500d78ceb8b1e3536b24c163b7d811e00 5.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.6/CHANGELOG 
new/trytond_account_invoice-5.0.7/CHANGELOG
--- old/trytond_account_invoice-5.0.6/CHANGELOG 2020-01-09 22:19:48.0 
+0100
+++ new/trytond_account_invoice-5.0.7/CHANGELOG 2020-02-02 17:23:06.0 
+0100
@@ -1,3 +1,6 @@
+Version 5.0.7 - 2020-02-02
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.6 - 2020-01-09
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.6/PKG-INFO 
new/trytond_account_invoice-5.0.7/PKG-INFO
--- old/trytond_account_invoice-5.0.6/PKG-INFO  2020-01-09 22:19:52.0 
+0100
+++ new/trytond_account_invoice-5.0.7/PKG-INFO  2020-02-02 17:23:08.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account_invoice
-Version: 5.0.6
+Version: 5.0.7
 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.6/payment_term.py 
new/trytond_account_invoice-5.0.7/payment_term.py
--- old/trytond_account_invoice-5.0.6/payment_term.py   2018-10-13 
14:12:21.0 +0200
+++ new/trytond_account_invoice-5.0.7/payment_term.py   2020-01-27 
19:27:55.0 +0100
@@ -247,11 +247,10 @@
 'line': line.rec_name,
 'term': line.payment.rec_name,
 })
-ratio = line.ratio
-divisor = line.divisor
-line.on_change_ratio()
-line.on_change_divisor()
-if (line.divisor != divisor) or (line.ratio != ratio):
+if (line.ratio != round(
+1 / line.divisor, cls.ratio.digits[1])
+and line.divisor != round(
+1 / line.ratio, cls.divisor.digits[1])):
 cls.raise_user_error('invalid_ratio_and_divisor', {
 'line': line.rec_name,
 'term': line.payment.rec_name,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.6/tryton.cfg 
new/trytond_account_invoice-5.0.7/tryton.cfg
--- old/trytond_account_invoice-5.0.6/tryton.cfg2019-12-02 
20:56:59.0 +0100
+++ new/trytond_account_invoice-5.0.7/tryton.cfg2020-01-09 
22:20:06.0 +0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.6
+version=5.0.7
 depends:
 account
 account_product
diff -urN '--exclude=CVS' '--exclude=.cvsign

commit trytond_account_invoice for openSUSE:Factory

2020-01-10 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2020-01-10 17:51:17

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.6675 (New)


Package is "trytond_account_invoice"

Fri Jan 10 17:51:17 2020 rev:11 rq:762863 version:5.0.6

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2019-12-10 22:43:29.405785368 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.6675/trytond_account_invoice.changes
2020-01-10 17:51:31.938126766 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 12:56:18 UTC 2020 - Axel Braun 
+
+- Version 5.0.6 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-5.0.5.tar.gz

New:

  trytond_account_invoice-5.0.6.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.CV3PAS/_old  2020-01-10 17:51:32.494127047 +0100
+++ /var/tmp/diff_new_pack.CV3PAS/_new  2020-01-10 17:51:32.494127047 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_account_invoice
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_account_invoice
-Version:%{majorver}.5
+Version:%{majorver}.6
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-5.0.5.tar.gz -> 
trytond_account_invoice-5.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.5/.hgtags 
new/trytond_account_invoice-5.0.6/.hgtags
--- old/trytond_account_invoice-5.0.5/.hgtags   2019-12-02 20:56:48.0 
+0100
+++ new/trytond_account_invoice-5.0.6/.hgtags   2020-01-09 22:19:48.0 
+0100
@@ -24,3 +24,4 @@
 18c8a98b73c24134e37762412af4a536b8b9d7ec 5.0.3
 f1256cd05b1e923ac38b52dd6b265b32c6ca0853 5.0.4
 ef448eae43e02531c7cc7cff78ceab47baa6084e 5.0.5
+44da6e17f4ca288e9a786fa94515139a8f937b55 5.0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.5/CHANGELOG 
new/trytond_account_invoice-5.0.6/CHANGELOG
--- old/trytond_account_invoice-5.0.5/CHANGELOG 2019-12-02 20:56:48.0 
+0100
+++ new/trytond_account_invoice-5.0.6/CHANGELOG 2020-01-09 22:19:48.0 
+0100
@@ -1,3 +1,6 @@
+Version 5.0.6 - 2020-01-09
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.5 - 2019-12-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.5/COPYRIGHT 
new/trytond_account_invoice-5.0.6/COPYRIGHT
--- old/trytond_account_invoice-5.0.5/COPYRIGHT 2019-12-02 20:56:48.0 
+0100
+++ new/trytond_account_invoice-5.0.6/COPYRIGHT 2020-01-09 22:19:47.0 
+0100
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2019 Cédric Krier.
+Copyright (C) 2008-2020 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2019 B2CK SPRL.
+Copyright (C) 2008-2020 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.5/PKG-INFO 
new/trytond_account_invoice-5.0.6/PKG-INFO
--- old/trytond_account_invoice-5.0.5/PKG-INFO  2019-12-02 20:56:49.0 
+0100
+++ new/trytond_account_invoice-5.0.6/PKG-INFO  2020-01-09 22:19:52.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account_invoice
-Version: 5.0.5
+Version: 5.0.6
 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.5/invoice.py 
new/trytond_account_invoice-5.0.6/invoice.py
--- old/trytond_account_invoice-5.0.5/invoice.py2019-11-15 
22:44:58.0 +0100
+++ new/trytond_account_invoice-5.0.6/invoice.py2019-12-28 
15:34:51.0 +0100
@@ -1019,7 +1019,7 @@
 pattern.setdefault('fiscalyear', fiscalyear.id)
 pattern.setdefault('period', period.id)
 invoice_type = self.type
-if (all(l.amount < 0 for l in self.lines if l.product)
+if (all(l.amount <= 0 for l in self.lines if l.product)
 and self.total_amount < 0):
 invoice_type

commit trytond_account_invoice for openSUSE:Factory

2019-12-10 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2019-12-10 22:43:19

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.4691 (New)


Package is "trytond_account_invoice"

Tue Dec 10 22:43:19 2019 rev:10 rq:755506 version:5.0.5

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2019-12-04 14:19:46.142407230 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.4691/trytond_account_invoice.changes
2019-12-10 22:43:29.405785368 +0100
@@ -1,0 +2,5 @@
+Tue Dec  3 09:27:19 UTC 2019 - Axel Braun 
+
+- Version 5.0.5 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-5.0.4.tar.gz

New:

  trytond_account_invoice-5.0.5.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.7yIUuz/_old  2019-12-10 22:43:30.125785101 +0100
+++ /var/tmp/diff_new_pack.7yIUuz/_new  2019-12-10 22:43:30.133785098 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_account_invoice
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_account_invoice
-Version:%{majorver}.4
+Version:%{majorver}.5
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-5.0.4.tar.gz -> 
trytond_account_invoice-5.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.4/.hgtags 
new/trytond_account_invoice-5.0.5/.hgtags
--- old/trytond_account_invoice-5.0.4/.hgtags   2019-08-17 12:32:39.0 
+0200
+++ new/trytond_account_invoice-5.0.5/.hgtags   2019-12-02 20:56:48.0 
+0100
@@ -23,3 +23,4 @@
 c616ec5d8ce7e3aea66df627817310b2dac3a9ba 5.0.2
 18c8a98b73c24134e37762412af4a536b8b9d7ec 5.0.3
 f1256cd05b1e923ac38b52dd6b265b32c6ca0853 5.0.4
+ef448eae43e02531c7cc7cff78ceab47baa6084e 5.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.4/CHANGELOG 
new/trytond_account_invoice-5.0.5/CHANGELOG
--- old/trytond_account_invoice-5.0.4/CHANGELOG 2019-08-17 12:32:38.0 
+0200
+++ new/trytond_account_invoice-5.0.5/CHANGELOG 2019-12-02 20:56:48.0 
+0100
@@ -1,3 +1,6 @@
+Version 5.0.5 - 2019-12-02
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.4 - 2019-08-17
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.4/PKG-INFO 
new/trytond_account_invoice-5.0.5/PKG-INFO
--- old/trytond_account_invoice-5.0.4/PKG-INFO  2019-08-17 12:32:40.0 
+0200
+++ new/trytond_account_invoice-5.0.5/PKG-INFO  2019-12-02 20:56:49.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account_invoice
-Version: 5.0.4
+Version: 5.0.5
 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.4/invoice.py 
new/trytond_account_invoice-5.0.5/invoice.py
--- old/trytond_account_invoice-5.0.4/invoice.py2019-08-11 
22:28:15.0 +0200
+++ new/trytond_account_invoice-5.0.5/invoice.py2019-11-15 
22:44:58.0 +0100
@@ -2699,7 +2699,8 @@
 amount_second_currency = self.start.amount
 second_currency = self.start.currency
 
-if (amount_invoice > invoice.amount_to_pay
+if (0 <= invoice.amount_to_pay < amount_invoice
+or amount_invoice < invoice.amount_to_pay <= 0
 and self.ask.type != 'writeoff'):
 self.raise_user_error('amount_greater_amount_to_pay',
 (invoice.rec_name,))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.4/tryton.cfg 
new/trytond_account_invoice-5.0.5/tryton.cfg
--- old/trytond_account_invoice-5.0.4/tryton.cfg2019-05-16 
18:20:59.0 +0200
+++ new/trytond_account_invoice-5.0.5/tryton.cfg2019-11-15 
22:28:07.0 +0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.4
+version=5.0.5
 depends:
 account
 account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/try

commit trytond_account_invoice for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2019-12-04 13:51:23

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.4691 (New)


Package is "trytond_account_invoice"

Wed Dec  4 13:51:23 2019 rev:9 rq:752394 version:5.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2019-01-21 10:49:33.632077415 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.4691/trytond_account_invoice.changes
2019-12-04 14:19:46.142407230 +0100
@@ -1,0 +2,5 @@
+Thu Nov 21 14:07:18 UTC 2019 - Axel Braun 
+
+- version 5.0.4 (GNU Health 3.6 series) 
+
+---

Old:

  trytond_account_invoice-4.6.5.tar.gz

New:

  trytond_account_invoice-5.0.4.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.0IRMnX/_old  2019-12-04 14:19:46.486407520 +0100
+++ /var/tmp/diff_new_pack.0IRMnX/_new  2019-12-04 14:19:46.490407523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_account_invoice
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 # Copyright (c) 2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,14 +17,14 @@
 #
 
 
-%define majorver 4.6
+%define majorver 5.0
 Name:   trytond_account_invoice
-Version:%{majorver}.5
+Version:%{majorver}.4
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only
 Group:  Productivity/Office/Management
-Url:http://www.tryton.org/
+URL:http://www.tryton.org/
 Source: 
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python3-setuptools

++ trytond_account_invoice-4.6.5.tar.gz -> 
trytond_account_invoice-5.0.4.tar.gz ++
 16254 lines of diff (skipped)




commit trytond_account_invoice for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2019-01-21 10:49:07

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.28833 (New)


Package is "trytond_account_invoice"

Mon Jan 21 10:49:07 2019 rev:8 rq:664363 version:4.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2018-12-08 11:21:38.922765992 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.28833/trytond_account_invoice.changes
   2019-01-21 10:49:33.632077415 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 16:06:36 UTC 2018 - Axel Braun 
+
+- Version 4.6.5 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-4.2.7.tar.gz

New:

  trytond_account_invoice-4.6.5.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.aRXthw/_old  2019-01-21 10:49:34.956075801 +0100
+++ /var/tmp/diff_new_pack.aRXthw/_new  2019-01-21 10:49:34.960075795 +0100
@@ -2,7 +2,7 @@
 # spec file for package trytond_account_invoice
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2016 Dr. Axel Braun
+# Copyright (c) 2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 #
 
 
-%define majorver 4.2
+%define majorver 4.6
 Name:   trytond_account_invoice
-Version:%{majorver}.7
+Version:%{majorver}.5
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-4.2.7.tar.gz -> 
trytond_account_invoice-4.6.5.tar.gz ++
 12025 lines of diff (skipped)




commit trytond_account_invoice for openSUSE:Factory

2018-12-08 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2018-12-08 11:21:25

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.19453 (New)


Package is "trytond_account_invoice"

Sat Dec  8 11:21:25 2018 rev:7 rq:653622 version:4.2.7

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2018-05-15 10:33:35.167782373 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.19453/trytond_account_invoice.changes
   2018-12-08 11:21:38.922765992 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 15:13:27 UTC 2018 - Axel Braun 
+
+- Version 4.2.7 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-4.2.6.tar.gz

New:

  trytond_account_invoice-4.2.7.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.DdNfQS/_old  2018-12-08 11:21:40.766764227 +0100
+++ /var/tmp/diff_new_pack.DdNfQS/_new  2018-12-08 11:21:40.770764224 +0100
@@ -13,13 +13,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define majorver 4.2
 Name:   trytond_account_invoice
-Version:%{majorver}.6
+Version:%{majorver}.7
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-4.2.6.tar.gz -> 
trytond_account_invoice-4.2.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.6/.hgtags 
new/trytond_account_invoice-4.2.7/.hgtags
--- old/trytond_account_invoice-4.2.6/.hgtags   2018-05-08 22:36:39.0 
+0200
+++ new/trytond_account_invoice-4.2.7/.hgtags   2018-11-12 23:52:44.0 
+0100
@@ -21,3 +21,4 @@
 9f2b3c5f5341a2ab64bec17423ea088a6ec24517 4.2.4
 4818925e6b85d7f88b9cefc0e615637a0eb356d4 4.2.5
 a4aa79942df003e275fec0390d89d964407a18c9 4.2.6
+945962e2eebed779bc4ca4f9af11d3e41d4423b4 4.2.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.6/CHANGELOG 
new/trytond_account_invoice-4.2.7/CHANGELOG
--- old/trytond_account_invoice-4.2.6/CHANGELOG 2018-05-08 22:36:38.0 
+0200
+++ new/trytond_account_invoice-4.2.7/CHANGELOG 2018-11-12 23:52:43.0 
+0100
@@ -1,3 +1,6 @@
+Version 4.2.7 - 2018-11-12
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.6 - 2018-05-08
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.6/PKG-INFO 
new/trytond_account_invoice-4.2.7/PKG-INFO
--- old/trytond_account_invoice-4.2.6/PKG-INFO  2018-05-08 22:36:40.0 
+0200
+++ new/trytond_account_invoice-4.2.7/PKG-INFO  2018-11-12 23:52:44.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice
-Version: 4.2.6
+Version: 4.2.7
 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-4.2.6/invoice.py 
new/trytond_account_invoice-4.2.7/invoice.py
--- old/trytond_account_invoice-4.2.6/invoice.py2018-05-08 
22:36:37.0 +0200
+++ new/trytond_account_invoice-4.2.7/invoice.py2018-10-13 
14:16:31.0 +0200
@@ -80,11 +80,7 @@
 'on_change_with_company_party')
 tax_identifier = fields.Many2One(
 'party.identifier', "Tax Identifier",
-states=_STATES,
-domain=[
-('party', '=', Eval('company_party', -1)),
-],
-depends=_DEPENDS + ['company_party'])
+states=_STATES, depends=_DEPENDS)
 type = fields.Selection(_TYPE, 'Type', select=True,
 required=True, states={
 'readonly': ((Eval('state') != 'draft')
@@ -203,9 +199,10 @@
 ('id', 'DESC'),
 ]
 cls.tax_identifier.domain = [
-cls.tax_identifier.domain,
+('party', '=', Eval('company_party', -1)),
 ('type', 'in', cls._tax_identifier_types()),
 ]
+cls.tax_identifier.depends += ['company_party']
 cls._error_messages.update({
 'missing_tax_line': ('Invoice "%s" has taxes defined but not '
 'on invoice lines.\nRe-compute the invoice.'),
@@ -26

commit trytond_account_invoice for openSUSE:Factory

2018-05-15 Thread root
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.0 
+0100
+++ new/trytond_account_invoice-4.2.6/.hgtags   2018-05-08 22:36:39.0 
+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.0 
+0100
+++ new/trytond_account_invoice-4.2.6/CHANGELOG 2018-05-08 22:36:38.0 
+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.0 
+0100
+++ new/trytond_account_invoice-4.2.6/PKG-INFO  2018-05-08 22:36:40.0 
+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.py2018-01-05 
00:09:50.0 +0100
+++ new/trytond_account_invoice-4.2.6/invoice.py2018-05-08 
22:36:37.0 +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')
   

commit trytond_account_invoice for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2018-01-13 21:49:31

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new (New)


Package is "trytond_account_invoice"

Sat Jan 13 21:49:31 2018 rev:5 rq:563933 version:4.2.4

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2017-07-05 23:55:46.482746022 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new/trytond_account_invoice.changes
 2018-01-13 21:49:32.684767574 +0100
@@ -1,0 +2,5 @@
+Fri Jan  5 19:59:41 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.4 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-4.2.3.tar.gz

New:

  trytond_account_invoice-4.2.4.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.m8eqzD/_old  2018-01-13 21:49:33.232742025 +0100
+++ /var/tmp/diff_new_pack.m8eqzD/_new  2018-01-13 21:49:33.232742025 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_account_invoice
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 4.2
 Name:   trytond_account_invoice
-Version:%{majorver}.3
+Version:%{majorver}.4
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0

++ trytond_account_invoice-4.2.3.tar.gz -> 
trytond_account_invoice-4.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.3/.drone.yml 
new/trytond_account_invoice-4.2.4/.drone.yml
--- old/trytond_account_invoice-4.2.3/.drone.yml1970-01-01 
01:00:00.0 +0100
+++ new/trytond_account_invoice-4.2.4/.drone.yml2016-12-13 
18:14:14.0 +0100
@@ -0,0 +1,9 @@
+image: python:all
+env:
+  - POSTGRESQL_URI=postgresql://postgres@127.0.0.1:5432/
+  - MYSQL_URI=mysql://root@127.0.0.1:3306/
+script:
+  - pip install tox
+  - tox -e "{py27,py33,py34,py35}-{sqlite,postgresql}" 
--skip-missing-interpreters
+services:
+  - postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.3/.hgtags 
new/trytond_account_invoice-4.2.4/.hgtags
--- old/trytond_account_invoice-4.2.3/.hgtags   1970-01-01 01:00:00.0 
+0100
+++ new/trytond_account_invoice-4.2.4/.hgtags   2018-01-05 00:09:51.0 
+0100
@@ -0,0 +1,21 @@
+835d9feea848c42ed5d38bff2a9e233ca947480f 1.0.0
+96e1686fe3e38336d37d8f4ad6588bd8579ccd99 1.2.0
+b216acc6d40df3e151fe47ad08eb7bd3b1682a28 1.4.0
+c43494eaf7ebf40f510e86f86f67098fd2ae8469 1.6.0
+070dc16e361191655000713e404119b6f3faa518 1.8.0
+2589c884dba43447ce45d446276678b5e6d29163 2.0.0
+00f202fac008b526ed3b96407e364843d9671bbf 2.2.0
+81c5648dad02af70a360fe99e152072fb6df621e 2.4.0
+d163d6d54e28a1d1276b363656acccd35fae52ea 2.6.0
+6711fa3bb1bdc7298d26be21169b527b121b11e4 2.8.0
+e839808b734be508910bbdbef3514953cc3cc543 3.0.0
+9ff08bef0cdab3f8f9b72e5a388e1d579de78136 3.2.0
+7c8bba2a4d952783d47f76a1b38a05b2f6dd2090 3.4.0
+f8e3f303708f4448bbe46e845ca0a9ec44d29a7e 3.6.0
+d116731bfad2fbdf55ad4f3d607a2b73bac7b359 3.8.0
+75465ae071def6dd741a546d8943b030efd02cf1 4.0.0
+5a0a044112489ae410c8a3b25d9d8e86fbae6e94 4.2.0
+3d7859693ecec1b0d305077206eb3a88140dfc5d 4.2.1
+493e3a5d57736a9efff495fc94c700f12d4c06a6 4.2.2
+87bd9f105fef466c588e66bebf038b6177c5b876 4.2.3
+9f2b3c5f5341a2ab64bec17423ea088a6ec24517 4.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.3/CHANGELOG 
new/trytond_account_invoice-4.2.4/CHANGELOG
--- old/trytond_account_invoice-4.2.3/CHANGELOG 2017-06-06 19:40:33.0 
+0200
+++ new/trytond_account_invoice-4.2.4/CHANGELOG 2018-01-05 00:09:51.0 
+0100
@@ -1,3 +1,6 @@
+Version 4.2.4 - 2018-01-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.3 - 2017-06-06
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-4.2.3/COPYRIGHT 
new/trytond_account_invoice-4.2.4/COPYRIGHT
--- old/trytond_account_invoice-4.2.3/COPYRIGHT 2017-06-06 19:40:33.0 
+0200
+++ new/trytond_account_invoice-4.2.4/COPYRIGHT 2018-01-05 00:09:51.0 
+0100
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2017 Cédric Krier.
+Copyright (C) 2008

commit trytond_account_invoice for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2017-07-05 23:55:43

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new (New)


Package is "trytond_account_invoice"

Wed Jul  5 23:55:43 2017 rev:4 rq:505307 version:4.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2017-01-10 10:50:10.506764716 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new/trytond_account_invoice.changes
 2017-07-05 23:55:46.482746022 +0200
@@ -2 +2 @@
-Sat Jan  7 18:52:13 UTC 2017 - axel.br...@gmx.de
+Tue Jun  6 20:18:02 UTC 2017 - axel.br...@gmx.de
@@ -4 +4 @@
-- Version 3.8.5
+- Version 4.2.3
@@ -7 +7 @@
-Tue Dec 20 11:24:41 UTC 2016 - axel.br...@gmx.de
+Fri Mar 10 10:24:39 UTC 2017 - axel.br...@gmx.de
@@ -9 +9 @@
-- version 3.8.4
+- Version 4.2.2
@@ -12 +12 @@
-Fri Sep 23 10:48:23 UTC 2016 - jeng...@inai.de
+Tue Feb  7 06:14:08 UTC 2017 - axel.br...@gmx.de
@@ -14 +14,11 @@
-- Correct summary
+- Version 4.2.1
+
+--- 
+Mon Nov 28 18:22:41 UTC 2016 - axel.br...@gmx.de 
+
+- Tryton Release 4.2 
+
+--- 
+Tue May 02 10:24:48 UTC 2016 - axel.br...@gmx.de 
+
+- Tryton Release 4.0 

Old:

  trytond_account_invoice-3.8.5.tar.gz

New:

  trytond_account_invoice-4.2.3.tar.gz



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.xsLYTx/_old  2017-07-05 23:55:47.350623769 +0200
+++ /var/tmp/diff_new_pack.xsLYTx/_new  2017-07-05 23:55:47.358622642 +0200
@@ -2,7 +2,7 @@
 # spec file for package trytond_account_invoice
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014-2016 Dr. Axel Braun
+# Copyright (c) 2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 #
 
 
-%define majorver 3.8
+%define majorver 4.2
 Name:   trytond_account_invoice
-Version:%{majorver}.5
+Version:%{majorver}.3
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0
@@ -27,11 +27,8 @@
 Url:http://www.tryton.org/
 Source: 
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-# List of additional build dependencies
-BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Requires:   python-dateutil
+BuildRequires:  python3-setuptools
+Requires:   python3-dateutil
 Requires:   trytond
 Requires:   trytond_account
 Requires:   trytond_account_product
@@ -49,14 +46,14 @@
 %setup -q
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%_prefix --root=%buildroot 
 %fdupes -s %{buildroot}
 
 %files
 %defattr(-,root,root)
-%{python_sitelib}/*
+%{python3_sitelib}/*
 
 %changelog

++ trytond_account_invoice-3.8.5.tar.gz -> 
trytond_account_invoice-4.2.3.tar.gz ++
 57922 lines of diff (skipped)




commit trytond_account_invoice for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2016-09-30 15:32: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"

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2016-09-23 11:29:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new/trytond_account_invoice.changes
 2016-09-30 15:32:05.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri Sep 23 10:48:23 UTC 2016 - jeng...@inai.de
+
+- Correct summary
+



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.FdfCBB/_old  2016-09-30 15:32:06.0 +0200
+++ /var/tmp/diff_new_pack.FdfCBB/_new  2016-09-30 15:32:06.0 +0200
@@ -21,16 +21,16 @@
 Name:   trytond_account_invoice
 Version:%{majorver}.3
 Release:0
-Summary:Tryton is an OpenSource ERP system
+Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0
 Group:  Productivity/Office/Management
 Url:http://www.tryton.org/
 Source: 
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 # List of additional build dependencies
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  fdupes
 Requires:   python-dateutil
 Requires:   trytond
 Requires:   trytond_account
@@ -43,7 +43,7 @@
 BuildArch:  noarch
 
 %description
-The account_invoice module of the Tryton application platform.
+The account_invoice module add invoices and payment terms.
 
 %prep
 %setup -q
@@ -51,7 +51,6 @@
 %build
 python setup.py build
 
-
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes -s %{buildroot}




commit trytond_account_invoice for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2016-09-23 11:29:00

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new (New)


Package is "trytond_account_invoice"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new/trytond_account_invoice.changes
 2016-09-23 11:29:02.0 +0200
@@ -0,0 +1,18 @@
+--- 
+Wed Oct 19 20:14:38 UTC 2015 - axel.br...@gmx.de 
+
+- Tryton Release 3.8 
+
+--- 
+Wed Apr 15 07:24:15 UTC 2015 - axel.br...@gmx.de 
+
+- Tryton Release 3.6 
+
+---
+Fri Oct 25 17:51:39 UTC 2013 - axel.br...@gmx.de
+
+- new branch 3.0
+
+
+* Thu May 02 2013 axel.br...@gmx.de
+- initial build

New:

  _service
  trytond_account_invoice-3.8.3.tar.gz
  trytond_account_invoice.changes
  trytond_account_invoice.spec



Other differences:
--
++ trytond_account_invoice.spec ++
#
# spec file for package trytond_account_invoice
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014-2016 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define majorver 3.8
Name:   trytond_account_invoice
Version:%{majorver}.3
Release:0
Summary:Tryton is an OpenSource ERP system
License:GPL-3.0
Group:  Productivity/Office/Management
Url:http://www.tryton.org/
Source: 
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
BuildRequires:  fdupes
# List of additional build dependencies
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  fdupes
Requires:   python-dateutil
Requires:   trytond
Requires:   trytond_account
Requires:   trytond_account_product
Requires:   trytond_company
Requires:   trytond_currency
Requires:   trytond_party
Requires:   trytond_product
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
The account_invoice module of the Tryton application platform.

%prep
%setup -q

%build
python setup.py build


%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes -s %{buildroot}

%files
%defattr(-,root,root)
%{python_sitelib}/*

%changelog
++ _service ++