commit trytond_account for openSUSE:Factory

2020-10-21 Thread root
Hello community,

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

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


Package is "trytond_account"

Wed Oct 21 14:38:53 2020 rev:22 rq:842981 version:5.0.15

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2020-08-21 19:19:52.796906750 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.3486/trytond_account.changes
2020-10-21 14:39:02.213627452 +0200
@@ -1,0 +2,5 @@
+Tue Oct 20 14:15:28 UTC 2020 - Axel Braun 
+
+- Version 5.0.15 - Bugfix Release
+
+---

Old:

  trytond_account-5.0.14.tar.gz

New:

  trytond_account-5.0.15.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.7fbsGS/_old  2020-10-21 14:39:03.393628119 +0200
+++ /var/tmp/diff_new_pack.7fbsGS/_new  2020-10-21 14:39:03.397628121 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.14
+Version:%{majorver}.15
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-5.0.14.tar.gz -> trytond_account-5.0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.14/.hgtags 
new/trytond_account-5.0.15/.hgtags
--- old/trytond_account-5.0.14/.hgtags  2020-08-02 17:50:37.0 +0200
+++ new/trytond_account-5.0.15/.hgtags  2020-10-18 20:51:04.0 +0200
@@ -33,3 +33,4 @@
 f0057cd9c5830c80fe2ee0faf3299b3738a1473a 5.0.12
 8f4e688536ac292bc71d807cf9b673d1e11932a8 5.0.13
 9d179878f40d39042158c4b815a17b433d1d50e5 5.0.14
+0ac0f588dfbdc29b8f951ba8b334be89da783046 5.0.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.14/CHANGELOG 
new/trytond_account-5.0.15/CHANGELOG
--- old/trytond_account-5.0.14/CHANGELOG2020-08-02 17:50:36.0 
+0200
+++ new/trytond_account-5.0.15/CHANGELOG2020-10-18 20:51:04.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.15 - 2020-10-18
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.14 - 2020-08-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.14/PKG-INFO 
new/trytond_account-5.0.15/PKG-INFO
--- old/trytond_account-5.0.14/PKG-INFO 2020-08-02 17:50:38.0 +0200
+++ new/trytond_account-5.0.15/PKG-INFO 2020-10-18 20:51:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.14
+Version: 5.0.15
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.14/move.py 
new/trytond_account-5.0.15/move.py
--- old/trytond_account-5.0.14/move.py  2019-12-28 15:34:45.0 +0100
+++ new/trytond_account-5.0.15/move.py  2020-10-13 23:47:23.0 +0200
@@ -533,7 +533,8 @@
 'party1': line.party.rec_name,
 'party2': party.rec_name,
 })
-if not account.company.currency.is_zero(debit - credit):
+if (account
+and not account.company.currency.is_zero(debit - credit)):
 lang = Lang.get()
 debit = lang.currency(debit, account.company.currency)
 credit = lang.currency(credit, account.company.currency)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.14/tryton.cfg 
new/trytond_account-5.0.15/tryton.cfg
--- old/trytond_account-5.0.14/tryton.cfg   2020-05-15 21:51:18.0 
+0200
+++ new/trytond_account-5.0.15/tryton.cfg   2020-08-02 17:50:47.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.14
+version=5.0.15
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-5.0.14/trytond_account.egg-info/PKG-INFO 
new/trytond_account-5.0.15/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-5.0.14/trytond_account.egg-info/PKG-INFO
2020-08-02 17:50:37.0 +0200
+++ new/trytond_account-5.0.15/trytond_account.egg-info/PKG-INFO
2020-10-18 20:51:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond-account
-Version: 5.0.14
+Version: 5.0.15
 Summary: Tryton module for accounting
 

commit trytond_account for openSUSE:Factory

2020-08-21 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2020-08-21 19:19:14

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


Package is "trytond_account"

Fri Aug 21 19:19:14 2020 rev:21 rq:828499 version:5.0.14

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2020-05-17 23:43:14.093065695 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.3399/trytond_account.changes
2020-08-21 19:19:52.796906750 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 21:02:09 UTC 2020 - Axel Braun 
+
+- Version 5.0.14 - Bugfix Release
+
+---

Old:

  trytond_account-5.0.13.tar.gz

New:

  trytond_account-5.0.14.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.3udXW0/_old  2020-08-21 19:19:56.164908541 +0200
+++ /var/tmp/diff_new_pack.3udXW0/_new  2020-08-21 19:19:56.168908544 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.13
+Version:%{majorver}.14
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-5.0.13.tar.gz -> trytond_account-5.0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.13/.hgtags 
new/trytond_account-5.0.14/.hgtags
--- old/trytond_account-5.0.13/.hgtags  2020-05-15 21:51:06.0 +0200
+++ new/trytond_account-5.0.14/.hgtags  2020-08-02 17:50:37.0 +0200
@@ -32,3 +32,4 @@
 c8cd0b32f53f1b7b62489dc9472506545fd5c704 5.0.11
 f0057cd9c5830c80fe2ee0faf3299b3738a1473a 5.0.12
 8f4e688536ac292bc71d807cf9b673d1e11932a8 5.0.13
+9d179878f40d39042158c4b815a17b433d1d50e5 5.0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.13/CHANGELOG 
new/trytond_account-5.0.14/CHANGELOG
--- old/trytond_account-5.0.13/CHANGELOG2020-05-15 21:51:05.0 
+0200
+++ new/trytond_account-5.0.14/CHANGELOG2020-08-02 17:50:36.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.14 - 2020-08-02
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.13 - 2020-05-15
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.13/PKG-INFO 
new/trytond_account-5.0.14/PKG-INFO
--- old/trytond_account-5.0.13/PKG-INFO 2020-05-15 21:51:07.0 +0200
+++ new/trytond_account-5.0.14/PKG-INFO 2020-08-02 17:50:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.13
+Version: 5.0.14
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.13/account.py 
new/trytond_account-5.0.14/account.py
--- old/trytond_account-5.0.13/account.py   2020-05-09 00:42:56.0 
+0200
+++ new/trytond_account-5.0.14/account.py   2020-07-30 00:04:13.0 
+0200
@@ -2303,6 +2303,7 @@
 @inactive_records
 def transition_update(self):
 pool = Pool()
+Account = pool.get('account.account')
 TaxCode = pool.get('account.tax.code')
 TaxCodeTemplate = pool.get('account.tax.code.template')
 TaxCodeLine = pool.get('account.tax.code.line')
@@ -2315,7 +2316,8 @@
 TaxRuleLineTemplate = \
 pool.get('account.tax.rule.line.template')
 
-account = self.start.account
+# re-browse to have inactive context
+account = Account(self.start.account.id)
 company = account.company
 
 # Update account types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.13/tryton.cfg 
new/trytond_account-5.0.14/tryton.cfg
--- old/trytond_account-5.0.13/tryton.cfg   2020-05-01 18:25:43.0 
+0200
+++ new/trytond_account-5.0.14/tryton.cfg   2020-05-15 21:51:18.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.13
+version=5.0.14
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-5.0.13/trytond_account.egg-info/PKG-INFO 
new/trytond_account-5.0.14/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-5.0.13/trytond_account.egg-info/PKG-INFO
2020-05-15 21:51:07.0 +0200
+++ new/trytond_account-5.0.14/trytond_account.egg-info/PKG-INFO
2020-08-02 17:50:37.0 +0200

commit trytond_account for openSUSE:Factory

2020-05-17 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2020-05-17 23:43:04

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


Package is "trytond_account"

Sun May 17 23:43:04 2020 rev:20 rq:806126 version:5.0.13

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2020-05-08 23:09:00.090309600 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.2738/trytond_account.changes
2020-05-17 23:43:14.093065695 +0200
@@ -1,0 +2,5 @@
+Sat May 16 06:59:02 UTC 2020 - Axel Braun 
+
+- Version 5.0.13 - Bugfix Release
+
+---

Old:

  trytond_account-5.0.12.tar.gz

New:

  trytond_account-5.0.13.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.fgDh2J/_old  2020-05-17 23:43:15.269068057 +0200
+++ /var/tmp/diff_new_pack.fgDh2J/_new  2020-05-17 23:43:15.273068065 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.12
+Version:%{majorver}.13
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-5.0.12.tar.gz -> trytond_account-5.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.12/.hgtags 
new/trytond_account-5.0.13/.hgtags
--- old/trytond_account-5.0.12/.hgtags  2020-05-01 18:25:30.0 +0200
+++ new/trytond_account-5.0.13/.hgtags  2020-05-15 21:51:06.0 +0200
@@ -31,3 +31,4 @@
 82876b5942e6d571ded8e32c4b4610588f4402db 5.0.10
 c8cd0b32f53f1b7b62489dc9472506545fd5c704 5.0.11
 f0057cd9c5830c80fe2ee0faf3299b3738a1473a 5.0.12
+8f4e688536ac292bc71d807cf9b673d1e11932a8 5.0.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.12/CHANGELOG 
new/trytond_account-5.0.13/CHANGELOG
--- old/trytond_account-5.0.12/CHANGELOG2020-05-01 18:25:30.0 
+0200
+++ new/trytond_account-5.0.13/CHANGELOG2020-05-15 21:51:05.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.13 - 2020-05-15
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.12 - 2020-05-01
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.12/PKG-INFO 
new/trytond_account-5.0.13/PKG-INFO
--- old/trytond_account-5.0.12/PKG-INFO 2020-05-01 18:25:32.0 +0200
+++ new/trytond_account-5.0.13/PKG-INFO 2020-05-15 21:51:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.12
+Version: 5.0.13
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.12/account.py 
new/trytond_account-5.0.13/account.py
--- old/trytond_account-5.0.12/account.py   2019-11-15 22:44:58.0 
+0100
+++ new/trytond_account-5.0.13/account.py   2020-05-09 00:42:56.0 
+0200
@@ -256,6 +256,15 @@
 ]
 
 @classmethod
+def copy(cls, types, default=None):
+if default is None:
+default = {}
+else:
+default = default.copy()
+default.setdefault('template', None)
+return super().copy(types, default=default)
+
+@classmethod
 def delete(cls, types):
 types = cls.search([
 ('parent', 'child_of', [t.id for t in types]),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.12/tryton.cfg 
new/trytond_account-5.0.13/tryton.cfg
--- old/trytond_account-5.0.12/tryton.cfg   2020-04-04 17:43:14.0 
+0200
+++ new/trytond_account-5.0.13/tryton.cfg   2020-05-01 18:25:43.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.12
+version=5.0.13
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-5.0.12/trytond_account.egg-info/PKG-INFO 
new/trytond_account-5.0.13/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-5.0.12/trytond_account.egg-info/PKG-INFO
2020-05-01 18:25:31.0 +0200
+++ new/trytond_account-5.0.13/trytond_account.egg-info/PKG-INFO
2020-05-15 21:51:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond-account
-Version: 5.0.12
+Version: 5.0.13
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton




commit trytond_account for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2020-05-08 23:08:58

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


Package is "trytond_account"

Fri May  8 23:08:58 2020 rev:19 rq:801846 version:5.0.12

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2020-04-05 20:54:31.321248091 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.2738/trytond_account.changes
2020-05-08 23:09:00.090309600 +0200
@@ -1,0 +2,5 @@
+Fri May  1 17:48:16 UTC 2020 - Axel Braun 
+
+- Version 5.0.12 - Bugfix Release
+
+---

Old:

  trytond_account-5.0.11.tar.gz

New:

  trytond_account-5.0.12.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.g42CFh/_old  2020-05-08 23:09:00.730310907 +0200
+++ /var/tmp/diff_new_pack.g42CFh/_new  2020-05-08 23:09:00.730310907 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.11
+Version:%{majorver}.12
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-5.0.11.tar.gz -> trytond_account-5.0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.11/.hgtags 
new/trytond_account-5.0.12/.hgtags
--- old/trytond_account-5.0.11/.hgtags  2020-04-04 17:43:00.0 +0200
+++ new/trytond_account-5.0.12/.hgtags  2020-05-01 18:25:30.0 +0200
@@ -30,3 +30,4 @@
 b42fbcd4231c06c0afe8104765f8e187491d018f 5.0.9
 82876b5942e6d571ded8e32c4b4610588f4402db 5.0.10
 c8cd0b32f53f1b7b62489dc9472506545fd5c704 5.0.11
+f0057cd9c5830c80fe2ee0faf3299b3738a1473a 5.0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.11/CHANGELOG 
new/trytond_account-5.0.12/CHANGELOG
--- old/trytond_account-5.0.11/CHANGELOG2020-04-04 17:43:00.0 
+0200
+++ new/trytond_account-5.0.12/CHANGELOG2020-05-01 18:25:30.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.12 - 2020-05-01
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.11 - 2020-04-04
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.11/PKG-INFO 
new/trytond_account-5.0.12/PKG-INFO
--- old/trytond_account-5.0.11/PKG-INFO 2020-04-04 17:43:02.0 +0200
+++ new/trytond_account-5.0.12/PKG-INFO 2020-05-01 18:25:32.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.11
+Version: 5.0.12
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.11/tax.py 
new/trytond_account-5.0.12/tax.py
--- old/trytond_account-5.0.11/tax.py   2019-11-15 22:44:58.0 +0100
+++ new/trytond_account-5.0.12/tax.py   2020-04-25 12:53:00.0 +0200
@@ -1739,6 +1739,7 @@
 result = []
 if all([self.tax_date, self.unit_price, self.quantity, self.currency]):
 for taxline in self._get_taxes():
+del taxline['manual']
 result.append(Result(**taxline))
 self.result = result
 return self._changed_values.get('result', [])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.11/tryton.cfg 
new/trytond_account-5.0.12/tryton.cfg
--- old/trytond_account-5.0.11/tryton.cfg   2020-01-09 22:21:28.0 
+0100
+++ new/trytond_account-5.0.12/tryton.cfg   2020-04-04 17:43:14.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.11
+version=5.0.12
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-5.0.11/trytond_account.egg-info/PKG-INFO 
new/trytond_account-5.0.12/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-5.0.11/trytond_account.egg-info/PKG-INFO
2020-04-04 17:43:01.0 +0200
+++ new/trytond_account-5.0.12/trytond_account.egg-info/PKG-INFO
2020-05-01 18:25:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond-account
-Version: 5.0.11
+Version: 5.0.12
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton




commit trytond_account for openSUSE:Factory

2020-04-05 Thread root
Hello community,

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

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


Package is "trytond_account"

Sun Apr  5 20:54:23 2020 rev:18 rq:791415 version:5.0.11

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2020-01-10 17:51:28.110124839 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.3248/trytond_account.changes
2020-04-05 20:54:31.321248091 +0200
@@ -1,0 +2,5 @@
+Sat Apr  4 17:06:07 UTC 2020 - Axel Braun 
+
+- Version 5.0.11 - Bugfix Release
+
+---

Old:

  trytond_account-5.0.10.tar.gz

New:

  trytond_account-5.0.11.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.sOHNEM/_old  2020-04-05 20:54:32.713249584 +0200
+++ /var/tmp/diff_new_pack.sOHNEM/_new  2020-04-05 20:54:32.717249588 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.10
+Version:%{majorver}.11
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-5.0.10.tar.gz -> trytond_account-5.0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.10/.drone.yml 
new/trytond_account-5.0.11/.drone.yml
--- old/trytond_account-5.0.10/.drone.yml   2019-05-04 10:47:19.0 
+0200
+++ new/trytond_account-5.0.11/.drone.yml   2020-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-5.0.10/.hgtags 
new/trytond_account-5.0.11/.hgtags
--- old/trytond_account-5.0.10/.hgtags  2020-01-09 22:21:12.0 +0100
+++ new/trytond_account-5.0.11/.hgtags  2020-04-04 17:43:00.0 +0200
@@ -29,3 +29,4 @@
 bb7f4722bc750956ae9936168a3a72d4821a400e 5.0.8
 b42fbcd4231c06c0afe8104765f8e187491d018f 5.0.9
 82876b5942e6d571ded8e32c4b4610588f4402db 5.0.10
+c8cd0b32f53f1b7b62489dc9472506545fd5c704 5.0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.10/CHANGELOG 
new/trytond_account-5.0.11/CHANGELOG
--- old/trytond_account-5.0.10/CHANGELOG2020-01-09 22:21:11.0 
+0100
+++ new/trytond_account-5.0.11/CHANGELOG2020-04-04 17:43:00.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.11 - 2020-04-04
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.10 - 2020-01-09
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.10/PKG-INFO 
new/trytond_account-5.0.11/PKG-INFO
--- old/trytond_account-5.0.10/PKG-INFO 2020-01-09 22:21:14.0 +0100
+++ new/trytond_account-5.0.11/PKG-INFO 2020-04-04 17:43:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.10
+Version: 5.0.11
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.10/tryton.cfg 
new/trytond_account-5.0.11/tryton.cfg
--- old/trytond_account-5.0.10/tryton.cfg   2019-11-15 22:44:58.0 
+0100
+++ new/trytond_account-5.0.11/tryton.cfg   2020-01-09 22:21:28.0 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.10
+version=5.0.11
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-5.0.10/trytond_account.egg-info/PKG-INFO 
new/trytond_account-5.0.11/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-5.0.10/trytond_account.egg-info/PKG-INFO
2020-01-09 22:21:13.0 +0100
+++ new/trytond_account-5.0.11/trytond_account.egg-info/PKG-INFO
2020-04-04 17:43:01.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond-account
-Version: 5.0.10
+Version: 5.0.11
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton




commit trytond_account for openSUSE:Factory

2020-01-10 Thread root
Hello community,

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

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


Package is "trytond_account"

Fri Jan 10 17:51:13 2020 rev:17 rq:762862 version:5.0.10

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2019-12-04 14:19:45.298406518 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.6675/trytond_account.changes
2020-01-10 17:51:28.110124839 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 12:56:30 UTC 2020 - Axel Braun 
+
+- Version 5.0.10 - Bugfix Release
+
+---

Old:

  trytond_account-5.0.9.tar.gz

New:

  trytond_account-5.0.10.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.KYOOTA/_old  2020-01-10 17:51:29.230125403 +0100
+++ /var/tmp/diff_new_pack.KYOOTA/_new  2020-01-10 17:51:29.234125405 +0100
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.9
+Version:%{majorver}.10
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-5.0.9.tar.gz -> trytond_account-5.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/.hgtags 
new/trytond_account-5.0.10/.hgtags
--- old/trytond_account-5.0.9/.hgtags   2019-11-08 19:58:12.0 +0100
+++ new/trytond_account-5.0.10/.hgtags  2020-01-09 22:21:12.0 +0100
@@ -28,3 +28,4 @@
 0f1e640c494513d3d902ef9ad6c9b1a42ce01e42 5.0.7
 bb7f4722bc750956ae9936168a3a72d4821a400e 5.0.8
 b42fbcd4231c06c0afe8104765f8e187491d018f 5.0.9
+82876b5942e6d571ded8e32c4b4610588f4402db 5.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/CHANGELOG 
new/trytond_account-5.0.10/CHANGELOG
--- old/trytond_account-5.0.9/CHANGELOG 2019-11-08 19:58:12.0 +0100
+++ new/trytond_account-5.0.10/CHANGELOG2020-01-09 22:21:11.0 
+0100
@@ -1,3 +1,6 @@
+Version 5.0.10 - 2020-01-09
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.9 - 2019-11-08
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/COPYRIGHT 
new/trytond_account-5.0.10/COPYRIGHT
--- old/trytond_account-5.0.9/COPYRIGHT 2019-11-08 19:58:12.0 +0100
+++ new/trytond_account-5.0.10/COPYRIGHT2020-01-09 22:21:11.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-5.0.9/PKG-INFO 
new/trytond_account-5.0.10/PKG-INFO
--- old/trytond_account-5.0.9/PKG-INFO  2019-11-08 19:58:14.0 +0100
+++ new/trytond_account-5.0.10/PKG-INFO 2020-01-09 22:21:14.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.9
+Version: 5.0.10
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/move.py 
new/trytond_account-5.0.10/move.py
--- old/trytond_account-5.0.9/move.py   2019-05-04 10:47:19.0 +0200
+++ new/trytond_account-5.0.10/move.py  2019-12-28 15:34:45.0 +0100
@@ -986,8 +986,7 @@
 
 # Use LEFT JOIN to allow database optimization
 # if no joined table is used in the where clause.
-return ((table.state != 'draft')
-& table.move.in_(move
+return (table.move.in_(move
 .join(period, 'LEFT', condition=move.period == period.id)
 .join(fiscalyear, 'LEFT',
 condition=period.fiscalyear == fiscalyear.id)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/tryton.cfg 
new/trytond_account-5.0.10/tryton.cfg
--- old/trytond_account-5.0.9/tryton.cfg2019-07-01 22:14:19.0 
+0200
+++ new/trytond_account-5.0.10/tryton.cfg   2019-11-15 22:44:58.0 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.9
+version=5.0.10
 depends:
 company
 currency
diff -urN '--exclude=CVS' 

commit trytond_account for openSUSE:Factory

2019-12-04 Thread root
Hello community,

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

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


Package is "trytond_account"

Wed Dec  4 13:51:20 2019 rev:16 rq:752393 version:5.0.9

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2019-11-12 11:56:52.911436640 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.4691/trytond_account.changes
2019-12-04 14:19:45.298406518 +0100
@@ -1,0 +2,5 @@
+Thu Nov 21 14:05:48 UTC 2019 - Axel Braun 
+
+- version 5.0.9 (GNU Health 3.6 series)
+
+---

Old:

  trytond_account-4.6.11.tar.gz

New:

  trytond_account-5.0.9.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.syKRWC/_old  2019-12-04 14:19:45.710406865 +0100
+++ /var/tmp/diff_new_pack.syKRWC/_new  2019-12-04 14:19:45.710406865 +0100
@@ -16,9 +16,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 
-%define majorver 4.6
+%define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.11
+Version:%{majorver}.9
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.6.11.tar.gz -> trytond_account-5.0.9.tar.gz ++
 57039 lines of diff (skipped)




commit trytond_account for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2019-11-12 11:55:56

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


Package is "trytond_account"

Tue Nov 12 11:55:56 2019 rev:15 rq:747419 version:4.6.11

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2019-07-17 13:14:57.963827669 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.2990/trytond_account.changes
2019-11-12 11:56:52.911436640 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 17:58:57 UTC 2019 - Axel Braun 
+
+- Version 4.6.11 - Bugfix Release
+
+---

Old:

  trytond_account-4.6.10.tar.gz

New:

  trytond_account-4.6.11.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.Lec04W/_old  2019-11-12 11:56:53.951437748 +0100
+++ /var/tmp/diff_new_pack.Lec04W/_new  2019-11-12 11:56:53.955437752 +0100
@@ -18,7 +18,7 @@
 
 %define majorver 4.6
 Name:   trytond_account
-Version:%{majorver}.10
+Version:%{majorver}.11
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.6.10.tar.gz -> trytond_account-4.6.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.10/.hgtags 
new/trytond_account-4.6.11/.hgtags
--- old/trytond_account-4.6.10/.hgtags  2019-07-01 22:16:34.0 +0200
+++ new/trytond_account-4.6.11/.hgtags  2019-11-08 19:59:27.0 +0100
@@ -27,3 +27,4 @@
 2cd4960b6a940a73f67cdd3d9b1e71755ffa8a4c 4.6.8
 479dac76ee3b34f2329ddcf2646a0fff12354ea3 4.6.9
 eb4bf2e8d40b9a27cda7db061dd671af8f656192 4.6.10
+0decec7814cb3ef04fcaefe8bce60cad79c6bf46 4.6.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.10/CHANGELOG 
new/trytond_account-4.6.11/CHANGELOG
--- old/trytond_account-4.6.10/CHANGELOG2019-07-01 22:16:34.0 
+0200
+++ new/trytond_account-4.6.11/CHANGELOG2019-11-08 19:59:27.0 
+0100
@@ -1,3 +1,6 @@
+Version 4.6.11 - 2019-11-08
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.10 - 2019-07-01
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.10/PKG-INFO 
new/trytond_account-4.6.11/PKG-INFO
--- old/trytond_account-4.6.10/PKG-INFO 2019-07-01 22:16:35.0 +0200
+++ new/trytond_account-4.6.11/PKG-INFO 2019-11-08 19:59:28.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.6.10
+Version: 4.6.11
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.10/account.py 
new/trytond_account-4.6.11/account.py
--- old/trytond_account-4.6.10/account.py   2018-12-10 18:49:55.0 
+0100
+++ new/trytond_account-4.6.11/account.py   2019-10-23 00:48:38.0 
+0200
@@ -875,7 +875,8 @@
 'reconcile', 'kind', 'deferral', 'party_required',
 'general_ledger_balance', 'taxes']
 
-@fields.depends('parent', *__on_change_parent_fields)
+@fields.depends('parent', *(__on_change_parent_fields
++ ['_parent_parent.%s' % f for f in __on_change_parent_fields]))
 def on_change_parent(self):
 if not self.parent:
 return
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.10/period.py 
new/trytond_account-4.6.11/period.py
--- old/trytond_account-4.6.10/period.py2018-08-20 22:55:17.0 
+0200
+++ new/trytond_account-4.6.11/period.py2019-10-23 00:48:38.0 
+0200
@@ -111,7 +111,7 @@
 def default_type():
 return 'standard'
 
-@fields.depends('fiscalyear')
+@fields.depends('fiscalyear', '_parent_fiscalyear.company')
 def on_change_with_company(self, name=None):
 if self.fiscalyear:
 return self.fiscalyear.company.id
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.10/tax.py 
new/trytond_account-4.6.11/tax.py
--- old/trytond_account-4.6.10/tax.py   2018-08-20 22:55:17.0 +0200
+++ new/trytond_account-4.6.11/tax.py   2019-10-23 00:48:38.0 +0200
@@ -1124,7 +1124,7 @@
 company = fields.Function(fields.Many2One('company.company', 'Company'),
 'on_change_with_company')
 
-

commit trytond_account for openSUSE:Factory

2019-07-17 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2019-07-17 13:14:50

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


Package is "trytond_account"

Wed Jul 17 13:14:50 2019 rev:14 rq:714988 version:4.6.10

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2019-02-24 17:18:13.540420356 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.1887/trytond_account.changes
2019-07-17 13:14:57.963827669 +0200
@@ -1,0 +2,5 @@
+Fri Jul 12 17:20:06 UTC 2019 - Axel Braun 
+
+- Version 4.6.10 - Bugfix Release
+
+---

Old:

  trytond_account-4.6.9.tar.gz

New:

  trytond_account-4.6.10.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.4gLYqz/_old  2019-07-17 13:14:58.571827373 +0200
+++ /var/tmp/diff_new_pack.4gLYqz/_new  2019-07-17 13:14:58.571827373 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 4.6
 Name:   trytond_account
-Version:%{majorver}.9
+Version:%{majorver}.10
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.6.9.tar.gz -> trytond_account-4.6.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.9/.hgtags 
new/trytond_account-4.6.10/.hgtags
--- old/trytond_account-4.6.9/.hgtags   2019-02-19 23:08:10.0 +0100
+++ new/trytond_account-4.6.10/.hgtags  2019-07-01 22:16:34.0 +0200
@@ -26,3 +26,4 @@
 90dbb14a07e671b62f7e0c70945d3d189920ce20 4.6.7
 2cd4960b6a940a73f67cdd3d9b1e71755ffa8a4c 4.6.8
 479dac76ee3b34f2329ddcf2646a0fff12354ea3 4.6.9
+eb4bf2e8d40b9a27cda7db061dd671af8f656192 4.6.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.9/CHANGELOG 
new/trytond_account-4.6.10/CHANGELOG
--- old/trytond_account-4.6.9/CHANGELOG 2019-02-19 23:08:09.0 +0100
+++ new/trytond_account-4.6.10/CHANGELOG2019-07-01 22:16:34.0 
+0200
@@ -1,3 +1,6 @@
+Version 4.6.10 - 2019-07-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.9 - 2019-02-19
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.9/PKG-INFO 
new/trytond_account-4.6.10/PKG-INFO
--- old/trytond_account-4.6.9/PKG-INFO  2019-02-19 23:08:11.0 +0100
+++ new/trytond_account-4.6.10/PKG-INFO 2019-07-01 22:16:35.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.6.9
+Version: 4.6.10
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.9/move_template.py 
new/trytond_account-4.6.10/move_template.py
--- old/trytond_account-4.6.9/move_template.py  2018-08-20 22:55:17.0 
+0200
+++ new/trytond_account-4.6.10/move_template.py 2019-06-12 21:47:19.0 
+0200
@@ -92,6 +92,7 @@
 'name': self.name,
 'string': self.string,
 'required': self.required,
+'help': '',
 })
 return field
 
@@ -249,6 +250,7 @@
 view = {
 'model': 'account.move.template.create.keywords',
 'view_id': 0,
+'type': 'form',
 'fields': fields,
 }
 if not hasattr(wizard.template, 'template'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.9/tryton.cfg 
new/trytond_account-4.6.10/tryton.cfg
--- old/trytond_account-4.6.9/tryton.cfg2019-01-05 18:55:24.0 
+0100
+++ new/trytond_account-4.6.10/tryton.cfg   2019-02-19 23:08:30.0 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=4.6.9
+version=4.6.10
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-4.6.9/trytond_account.egg-info/PKG-INFO 
new/trytond_account-4.6.10/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-4.6.9/trytond_account.egg-info/PKG-INFO 2019-02-19 
23:08:10.0 +0100
+++ new/trytond_account-4.6.10/trytond_account.egg-info/PKG-INFO
2019-07-01 22:16:35.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account
-Version: 4.6.9
+Version: 4.6.10
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton




commit trytond_account for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2019-02-24 17:18:10

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


Package is "trytond_account"

Sun Feb 24 17:18:10 2019 rev:13 rq:677897 version:4.6.9

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2019-01-21 10:49:31.936079483 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.28833/trytond_account.changes   
2019-02-24 17:18:13.540420356 +0100
@@ -1,0 +2,5 @@
+Wed Feb 20 21:05:55 UTC 2019 - Axel Braun 
+
+- Version 4.6.9 - Bugfix Release
+
+---

Old:

  trytond_account-4.6.8.tar.gz

New:

  trytond_account-4.6.9.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.WOrGxe/_old  2019-02-24 17:18:14.300420221 +0100
+++ /var/tmp/diff_new_pack.WOrGxe/_new  2019-02-24 17:18:14.300420221 +0100
@@ -18,7 +18,7 @@
 
 %define majorver 4.6
 Name:   trytond_account
-Version:%{majorver}.8
+Version:%{majorver}.9
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.6.8.tar.gz -> trytond_account-4.6.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.8/.hgtags 
new/trytond_account-4.6.9/.hgtags
--- old/trytond_account-4.6.8/.hgtags   2019-01-05 18:55:04.0 +0100
+++ new/trytond_account-4.6.9/.hgtags   2019-02-19 23:08:10.0 +0100
@@ -25,3 +25,4 @@
 e8c81b8a921196f803d71ac557e0d176d4c7cf94 4.6.6
 90dbb14a07e671b62f7e0c70945d3d189920ce20 4.6.7
 2cd4960b6a940a73f67cdd3d9b1e71755ffa8a4c 4.6.8
+479dac76ee3b34f2329ddcf2646a0fff12354ea3 4.6.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.8/CHANGELOG 
new/trytond_account-4.6.9/CHANGELOG
--- old/trytond_account-4.6.8/CHANGELOG 2019-01-05 18:55:04.0 +0100
+++ new/trytond_account-4.6.9/CHANGELOG 2019-02-19 23:08:09.0 +0100
@@ -1,3 +1,6 @@
+Version 4.6.9 - 2019-02-19
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.8 - 2019-01-05
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.8/PKG-INFO 
new/trytond_account-4.6.9/PKG-INFO
--- old/trytond_account-4.6.8/PKG-INFO  2019-01-05 18:55:05.0 +0100
+++ new/trytond_account-4.6.9/PKG-INFO  2019-02-19 23:08:11.0 +0100
@@ -1,13 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.6.8
+Version: 4.6.9
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_trac...@tryton.org
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.6/
-Description-Content-Type: UNKNOWN
 Description: trytond_account
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.8/move.py 
new/trytond_account-4.6.9/move.py
--- old/trytond_account-4.6.8/move.py   2018-10-02 13:01:58.0 +0200
+++ new/trytond_account-4.6.9/move.py   2019-02-10 23:43:19.0 +0100
@@ -987,12 +987,12 @@
 fiscalyear_ids = map(int, fiscalyears)
 where &= period.fiscalyear == fiscalyear_id
 where &= move.date <= date
-elif fiscalyear_id or period_ids or from_date or to_date:
+elif fiscalyear_id or period_ids is not None or from_date or to_date:
 if fiscalyear_id:
 fiscalyear_ids = [fiscalyear_id]
 where &= fiscalyear.id == fiscalyear_id
-if period_ids:
-where &= move.period.in_(period_ids)
+if period_ids is not None:
+where &= move.period.in_(period_ids or [None])
 if from_date:
 where &= move.date >= from_date
 if to_date:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.6.8/tryton.cfg 
new/trytond_account-4.6.9/tryton.cfg
--- old/trytond_account-4.6.8/tryton.cfg2018-12-03 01:03:05.0 
+0100
+++ new/trytond_account-4.6.9/tryton.cfg2019-01-05 18:55:24.0 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=4.6.8
+version=4.6.9
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-4.6.8/trytond_account.egg-info/PKG-INFO 

commit trytond_account for openSUSE:Factory

2019-01-21 Thread root
Hello community,

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

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


Package is "trytond_account"

Mon Jan 21 10:49:05 2019 rev:12 rq:664360 version:4.6.8

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2018-12-08 11:21:26.546777833 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.28833/trytond_account.changes   
2019-01-21 10:49:31.936079483 +0100
@@ -1,0 +2,10 @@
+Mon Jan  7 16:17:42 UTC 2019 - Axel Braun 
+
+- Version 4.6.8 - Bugfix Release
+
+---
+Mon Dec 10 19:27:00 UTC 2018 - Axel Braun 
+
+- Version 4.6.7 - Bugfix Release
+
+---

Old:

  trytond_account-4.2.10.tar.gz

New:

  trytond_account-4.6.8.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.ZNTf67/_old  2019-01-21 10:49:33.276077849 +0100
+++ /var/tmp/diff_new_pack.ZNTf67/_new  2019-01-21 10:49:33.284077840 +0100
@@ -16,9 +16,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 
-%define majorver 4.2
+%define majorver 4.6
 Name:   trytond_account
-Version:%{majorver}.10
+Version:%{majorver}.8
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.10.tar.gz -> trytond_account-4.6.8.tar.gz ++
 41047 lines of diff (skipped)




commit trytond_account for openSUSE:Factory

2018-12-08 Thread root
Hello community,

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

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


Package is "trytond_account"

Sat Dec  8 11:21:21 2018 rev:11 rq:653621 version:4.2.10

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2018-10-02 19:48:44.121749206 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.19453/trytond_account.changes   
2018-12-08 11:21:26.546777833 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 15:13:45 UTC 2018 - Axel Braun 
+
+- Version 4.2.10 - Bugfix Release
+
+---

Old:

  trytond_account-4.2.9.tar.gz

New:

  trytond_account-4.2.10.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.8FcK11/_old  2018-12-08 11:21:29.094775394 +0100
+++ /var/tmp/diff_new_pack.8FcK11/_new  2018-12-08 11:21:29.098775391 +0100
@@ -18,7 +18,7 @@
 
 %define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.9
+Version:%{majorver}.10
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.9.tar.gz -> trytond_account-4.2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.9/.hgtags 
new/trytond_account-4.2.10/.hgtags
--- old/trytond_account-4.2.9/.hgtags   2018-09-22 18:55:21.0 +0200
+++ new/trytond_account-4.2.10/.hgtags  2018-11-12 23:57:44.0 +0100
@@ -24,3 +24,4 @@
 480d11a4ddb685505df967345f556fde1ea3db47 4.2.7
 b390ccaac9a23ce0e978b1972e496d1c067dc1b4 4.2.8
 3f336e8386fa1abdbc5f397360c9786c148ca7bb 4.2.9
+9141d50647e7dd6a5c31f6ec4900b79df04a3cfc 4.2.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.9/CHANGELOG 
new/trytond_account-4.2.10/CHANGELOG
--- old/trytond_account-4.2.9/CHANGELOG 2018-09-22 18:55:21.0 +0200
+++ new/trytond_account-4.2.10/CHANGELOG2018-11-12 23:57:43.0 
+0100
@@ -1,3 +1,6 @@
+Version 4.2.10 - 2018-11-12
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.9 - 2018-09-22
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.9/PKG-INFO 
new/trytond_account-4.2.10/PKG-INFO
--- old/trytond_account-4.2.9/PKG-INFO  2018-09-22 18:55:22.0 +0200
+++ new/trytond_account-4.2.10/PKG-INFO 2018-11-12 23:57:44.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.2.9
+Version: 4.2.10
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.9/move.py 
new/trytond_account-4.2.10/move.py
--- old/trytond_account-4.2.9/move.py   2018-08-26 21:12:26.0 +0200
+++ new/trytond_account-4.2.10/move.py  2018-10-02 13:04:09.0 +0200
@@ -8,6 +8,7 @@
 
 from sql import Null
 from sql.aggregate import Sum, Max
+from sql.functions import CharLength
 from sql.conditionals import Coalesce, Case
 
 from trytond.model import ModelView, ModelSQL, fields, Check
@@ -143,6 +144,11 @@
 # Add index on create_date
 table.index_action('create_date', action='add')
 
+@classmethod
+def order_post_number(cls, tables):
+table, _ = tables[None]
+return [CharLength(table.post_number), table.post_number]
+
 @staticmethod
 def default_company():
 return Transaction().context.get('company')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.9/tryton.cfg 
new/trytond_account-4.2.10/tryton.cfg
--- old/trytond_account-4.2.9/tryton.cfg2018-08-20 22:59:58.0 
+0200
+++ new/trytond_account-4.2.10/tryton.cfg   2018-09-22 18:55:40.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.9
+version=4.2.10
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-4.2.9/trytond_account.egg-info/PKG-INFO 
new/trytond_account-4.2.10/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-4.2.9/trytond_account.egg-info/PKG-INFO 2018-09-22 
18:55:22.0 +0200
+++ new/trytond_account-4.2.10/trytond_account.egg-info/PKG-INFO
2018-11-12 23:57:44.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account
-Version: 4.2.9
+Version: 

commit trytond_account for openSUSE:Factory

2018-10-02 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2018-10-02 19:47:45

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


Package is "trytond_account"

Tue Oct  2 19:47:45 2018 rev:10 rq:639345 version:4.2.9

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2018-05-15 10:33:34.139820127 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2018-10-02 19:48:44.121749206 +0200
@@ -1,0 +2,5 @@
+Mon Sep 24 08:16:13 UTC 2018 - Axel Braun 
+
+- Version 4.2.9 - Bugfix Release
+
+---

Old:

  trytond_account-4.2.8.tar.gz

New:

  trytond_account-4.2.9.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.ocjnJD/_old  2018-10-02 19:48:44.665748641 +0200
+++ /var/tmp/diff_new_pack.ocjnJD/_new  2018-10-02 19:48:44.669748637 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.8
+Version:%{majorver}.9
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.8.tar.gz -> trytond_account-4.2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.8/.hgtags 
new/trytond_account-4.2.9/.hgtags
--- old/trytond_account-4.2.8/.hgtags   2018-05-08 22:41:21.0 +0200
+++ new/trytond_account-4.2.9/.hgtags   2018-09-22 18:55:21.0 +0200
@@ -23,3 +23,4 @@
 05872176cfc4d64d8b1fd5e71150ea5f8cd26207 4.2.6
 480d11a4ddb685505df967345f556fde1ea3db47 4.2.7
 b390ccaac9a23ce0e978b1972e496d1c067dc1b4 4.2.8
+3f336e8386fa1abdbc5f397360c9786c148ca7bb 4.2.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.8/CHANGELOG 
new/trytond_account-4.2.9/CHANGELOG
--- old/trytond_account-4.2.8/CHANGELOG 2018-05-08 22:41:20.0 +0200
+++ new/trytond_account-4.2.9/CHANGELOG 2018-09-22 18:55:21.0 +0200
@@ -1,3 +1,6 @@
+Version 4.2.9 - 2018-09-22
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.8 - 2018-05-08
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.8/PKG-INFO 
new/trytond_account-4.2.9/PKG-INFO
--- old/trytond_account-4.2.8/PKG-INFO  2018-05-08 22:41:21.0 +0200
+++ new/trytond_account-4.2.9/PKG-INFO  2018-09-22 18:55:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.2.8
+Version: 4.2.9
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.8/move.py 
new/trytond_account-4.2.9/move.py
--- old/trytond_account-4.2.8/move.py   2018-03-15 21:39:54.0 +0100
+++ new/trytond_account-4.2.9/move.py   2018-08-26 21:12:26.0 +0200
@@ -2011,7 +2011,7 @@
 to_reconcile = defaultdict(list)
 for line in move.lines + cancel_move.lines:
 if line.account.reconcile:
-to_reconcile[line.account].append(line)
+to_reconcile[(line.account, line.party)].append(line)
 for lines in to_reconcile.itervalues():
 Line.reconcile(lines)
 return 'end'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.8/tryton.cfg 
new/trytond_account-4.2.9/tryton.cfg
--- old/trytond_account-4.2.8/tryton.cfg2018-04-03 18:41:42.0 
+0200
+++ new/trytond_account-4.2.9/tryton.cfg2018-08-20 22:59:58.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.8
+version=4.2.9
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-4.2.8/trytond_account.egg-info/PKG-INFO 
new/trytond_account-4.2.9/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-4.2.8/trytond_account.egg-info/PKG-INFO 2018-05-08 
22:41:21.0 +0200
+++ new/trytond_account-4.2.9/trytond_account.egg-info/PKG-INFO 2018-09-22 
18:55:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account
-Version: 4.2.8
+Version: 4.2.9
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton




commit trytond_account for openSUSE:Factory

2018-05-15 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2018-05-15 10:14:00

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


Package is "trytond_account"

Tue May 15 10:14:00 2018 rev:9 rq:606650 version:4.2.8

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2018-03-11 15:24:38.812516257 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2018-05-15 10:33:34.139820127 +0200
@@ -1,0 +2,15 @@
+Sat May 12 12:59:25 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.8 - Bugfix Release
+
+---
+Thu Apr  5 16:55:04 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.7 - Bugfix Release
+
+---
+Wed Mar 21 15:20:12 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.6 - Bugfix Release
+
+---

Old:

  trytond_account-4.2.5.tar.gz

New:

  trytond_account-4.2.8.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.YJb7jt/_old  2018-05-15 10:33:34.763797210 +0200
+++ /var/tmp/diff_new_pack.YJb7jt/_new  2018-05-15 10:33:34.767797063 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.5
+Version:%{majorver}.8
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.5.tar.gz -> trytond_account-4.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.5/.hgtags 
new/trytond_account-4.2.8/.hgtags
--- old/trytond_account-4.2.5/.hgtags   2018-03-01 23:19:28.0 +0100
+++ new/trytond_account-4.2.8/.hgtags   2018-05-08 22:41:21.0 +0200
@@ -20,3 +20,6 @@
 bec481de6d76d5804cba0af82090d571b4c52ff9 4.2.3
 cd905538cbacf1e2e2e53225fed29372d8d4fd12 4.2.4
 7ff2c7a1a9fd36c95497816356e6b89143593023 4.2.5
+05872176cfc4d64d8b1fd5e71150ea5f8cd26207 4.2.6
+480d11a4ddb685505df967345f556fde1ea3db47 4.2.7
+b390ccaac9a23ce0e978b1972e496d1c067dc1b4 4.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.5/CHANGELOG 
new/trytond_account-4.2.8/CHANGELOG
--- old/trytond_account-4.2.5/CHANGELOG 2018-03-01 23:19:27.0 +0100
+++ new/trytond_account-4.2.8/CHANGELOG 2018-05-08 22:41:20.0 +0200
@@ -1,3 +1,12 @@
+Version 4.2.8 - 2018-05-08
+* Bug fixes (see mercurial logs for details)
+
+Version 4.2.7 - 2018-04-03
+* Bug fixes (see mercurial logs for details)
+
+Version 4.2.6 - 2018-03-15
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.5 - 2018-03-01
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.5/PKG-INFO 
new/trytond_account-4.2.8/PKG-INFO
--- old/trytond_account-4.2.5/PKG-INFO  2018-03-01 23:19:28.0 +0100
+++ new/trytond_account-4.2.8/PKG-INFO  2018-05-08 22:41:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.2.5
+Version: 4.2.8
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.5/account.py 
new/trytond_account-4.2.8/account.py
--- old/trytond_account-4.2.5/account.py2018-03-01 23:19:26.0 
+0100
+++ new/trytond_account-4.2.8/account.py2018-05-08 22:41:19.0 
+0200
@@ -1746,7 +1746,10 @@
 
 terms = cls.get_terms()
 factor = cls.get_unit_factor()
-term_values = sorted(terms.values(), key=lambda x: x or 0)
+# Ensure None are before 0 to get the next index pointing to the next
+# value and not a None value
+term_values = sorted(
+terms.values(), key=lambda x: ((x is not None), x or 0))
 
 for name, value in terms.iteritems():
 if value is None or factor is None or date is None:
@@ -1756,7 +1759,7 @@
 idx = term_values.index(value)
 if idx + 1 < len(terms):
 cond &= line.maturity_date > (
-date - term_values[idx + 1] * factor)
+date - (term_values[idx + 1] or 0) * factor)
 else:
 cond |= line.maturity_date == Null
 columns.append(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit trytond_account for openSUSE:Factory

2018-03-11 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2018-03-11 15:24:36

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


Package is "trytond_account"

Sun Mar 11 15:24:36 2018 rev:8 rq:584729 version:4.2.5

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2017-11-16 14:03:26.356352804 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2018-03-11 15:24:38.812516257 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 09:11:25 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.5 - Bugfix Release
+
+---

Old:

  trytond_account-4.2.4.tar.gz

New:

  trytond_account-4.2.5.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.V2Cp4a/_old  2018-03-11 15:24:39.388495595 +0100
+++ /var/tmp/diff_new_pack.V2Cp4a/_new  2018-03-11 15:24:39.392495451 +0100
@@ -18,7 +18,7 @@
 
 %define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.4
+Version:%{majorver}.5
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.4.tar.gz -> trytond_account-4.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.4/.hgtags 
new/trytond_account-4.2.5/.hgtags
--- old/trytond_account-4.2.4/.hgtags   2017-11-08 23:53:51.0 +0100
+++ new/trytond_account-4.2.5/.hgtags   2018-03-01 23:19:28.0 +0100
@@ -19,3 +19,4 @@
 484754bcde68b979596074c4629582f45a547e5a 4.2.2
 bec481de6d76d5804cba0af82090d571b4c52ff9 4.2.3
 cd905538cbacf1e2e2e53225fed29372d8d4fd12 4.2.4
+7ff2c7a1a9fd36c95497816356e6b89143593023 4.2.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.4/CHANGELOG 
new/trytond_account-4.2.5/CHANGELOG
--- old/trytond_account-4.2.4/CHANGELOG 2017-11-08 23:53:51.0 +0100
+++ new/trytond_account-4.2.5/CHANGELOG 2018-03-01 23:19:27.0 +0100
@@ -1,3 +1,6 @@
+Version 4.2.5 - 2018-03-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.4 - 2017-11-08
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.4/COPYRIGHT 
new/trytond_account-4.2.5/COPYRIGHT
--- old/trytond_account-4.2.4/COPYRIGHT 2017-11-08 23:53:50.0 +0100
+++ new/trytond_account-4.2.5/COPYRIGHT 2018-03-01 23:19:27.0 +0100
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2017 Cédric Krier.
+Copyright (C) 2008-2018 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2017 B2CK SPRL.
+Copyright (C) 2008-2018 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-4.2.4/PKG-INFO 
new/trytond_account-4.2.5/PKG-INFO
--- old/trytond_account-4.2.4/PKG-INFO  2017-11-08 23:53:52.0 +0100
+++ new/trytond_account-4.2.5/PKG-INFO  2018-03-01 23:19:28.0 +0100
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.2.4
+Version: 4.2.5
 Summary: Tryton module for accounting
 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
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.4/account.py 
new/trytond_account-4.2.5/account.py
--- old/trytond_account-4.2.4/account.py2017-03-14 23:27:04.0 
+0100
+++ new/trytond_account-4.2.5/account.py2018-03-01 23:19:26.0 
+0100
@@ -821,7 +821,7 @@
 fiscalyear = None
 if youngest_fiscalyear:
 fiscalyears = FiscalYear.search([
-('end_date', '<=', youngest_fiscalyear.start_date),
+('end_date', '<', youngest_fiscalyear.start_date),
 ('company', '=', youngest_fiscalyear.company),
 ], order=[('end_date', 'DESC')], limit=1)
 if fiscalyears:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.4/tryton.cfg 
new/trytond_account-4.2.5/tryton.cfg
--- old/trytond_account-4.2.4/tryton.cfg2017-10-04 22:12:45.0 
+0200
+++ 

commit trytond_account for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2017-11-16 14:03:22

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


Package is "trytond_account"

Thu Nov 16 14:03:22 2017 rev:7 rq:542140 version:4.2.4

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2017-10-06 11:03:40.779263093 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2017-11-16 14:03:26.356352804 +0100
@@ -1,0 +2,5 @@
+Thu Nov  9 06:05:25 UTC 2017 - axel.br...@gmx.de
+
+- Version 4.2.4 - Bugfix Release
+
+---

Old:

  trytond_account-4.2.3.tar.gz

New:

  trytond_account-4.2.4.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.RetMng/_old  2017-11-16 14:03:27.104325696 +0100
+++ /var/tmp/diff_new_pack.RetMng/_new  2017-11-16 14:03:27.108325551 +0100
@@ -18,7 +18,7 @@
 
 %define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.3
+Version:%{majorver}.4
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.3.tar.gz -> trytond_account-4.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.3/.drone.yml 
new/trytond_account-4.2.4/.drone.yml
--- old/trytond_account-4.2.3/.drone.yml1970-01-01 01:00:00.0 
+0100
+++ new/trytond_account-4.2.4/.drone.yml2017-03-14 23:27:04.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-4.2.3/.hgtags 
new/trytond_account-4.2.4/.hgtags
--- old/trytond_account-4.2.3/.hgtags   1970-01-01 01:00:00.0 +0100
+++ new/trytond_account-4.2.4/.hgtags   2017-11-08 23:53:51.0 +0100
@@ -0,0 +1,21 @@
+04925636777da31ceff8c5315ab32acc5d727931 1.0.0
+c25f8bf80f1f8f92954cfed3a6dd2f799bd370e4 1.2.0
+34f1b2a0557f504ee70664ff922faee63924aef0 1.4.0
+a8c16bf00272129b9797a6efc12c9983420b2993 1.6.0
+202fae34666e277acfdfba2fbace862a45227a52 1.8.0
+517ebee49a67cde0f2a31a49e4034df6eba82fdb 2.0.0
+7735bce170f90be4b121bf653d8932c7e095f7fc 2.2.0
+4eb06cd8e318992e19b19eba0858cff4a0dd4b3b 2.4.0
+0cff8a0b9011ea4f9b8b75db0350013156a3c1ad 2.6.0
+1f53b2073b99ca85ae3cfda949ad11e46d9a321a 2.8.0
+5d3bb6417e5b5e32831188a35f3f4994f841cb9c 3.0.0
+b36076424542460b028304527e52a664acee34cb 3.2.0
+6792c5a658623db911446d624d7ba7a6be10450f 3.4.0
+db38fd97df4741f543c64c2371d27dcc12ca175e 3.6.0
+2d47260fb405bc5b2be67cd70ba9b9c1260cc355 3.8.0
+d0145d5733d77a0ac7cdd2797abd85ad7f78ad34 4.0.0
+eab1bdb9e0326314b762ddabe495eb932dce7c5f 4.2.0
+9eb85ecdbafae9764a99f1d4da7c2842e8a22e95 4.2.1
+484754bcde68b979596074c4629582f45a547e5a 4.2.2
+bec481de6d76d5804cba0af82090d571b4c52ff9 4.2.3
+cd905538cbacf1e2e2e53225fed29372d8d4fd12 4.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.3/CHANGELOG 
new/trytond_account-4.2.4/CHANGELOG
--- old/trytond_account-4.2.3/CHANGELOG 2017-10-04 22:12:24.0 +0200
+++ new/trytond_account-4.2.4/CHANGELOG 2017-11-08 23:53:51.0 +0100
@@ -1,3 +1,6 @@
+Version 4.2.4 - 2017-11-08
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.3 - 2017-10-04
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.3/PKG-INFO 
new/trytond_account-4.2.4/PKG-INFO
--- old/trytond_account-4.2.3/PKG-INFO  2017-10-04 22:12:25.0 +0200
+++ new/trytond_account-4.2.4/PKG-INFO  2017-11-08 23:53:52.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.2.3
+Version: 4.2.4
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.3/fiscalyear.py 
new/trytond_account-4.2.4/fiscalyear.py
--- old/trytond_account-4.2.3/fiscalyear.py 2017-03-14 23:27:05.0 
+0100
+++ new/trytond_account-4.2.4/fiscalyear.py 2017-11-08 23:53:49.0 
+0100
@@ -140,7 +140,6 @@
 @classmethod
 def write(cls, *args):
 actions = iter(args)
-args = 

commit trytond_account for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2017-10-06 11:03:39

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


Package is "trytond_account"

Fri Oct  6 11:03:39 2017 rev:6 rq:531465 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2017-08-18 15:04:16.267277445 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2017-10-06 11:03:40.779263093 +0200
@@ -1,0 +2,5 @@
+Wed Oct  4 20:26:28 UTC 2017 - axel.br...@gmx.de
+
+- Version 4.2.3 - Bugfix Release
+
+---

Old:

  trytond_account-4.2.2.tar.gz

New:

  trytond_account-4.2.3.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.bbqYFX/_old  2017-10-06 11:03:41.447162084 +0200
+++ /var/tmp/diff_new_pack.bbqYFX/_new  2017-10-06 11:03:41.455160875 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.2
+Version:%{majorver}.3
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.2.tar.gz -> trytond_account-4.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.2/CHANGELOG 
new/trytond_account-4.2.3/CHANGELOG
--- old/trytond_account-4.2.2/CHANGELOG 2017-08-08 18:48:27.0 +0200
+++ new/trytond_account-4.2.3/CHANGELOG 2017-10-04 22:12:24.0 +0200
@@ -1,3 +1,6 @@
+Version 4.2.3 - 2017-10-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.2 - 2017-08-08
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.2/PKG-INFO 
new/trytond_account-4.2.3/PKG-INFO
--- old/trytond_account-4.2.2/PKG-INFO  2017-08-08 18:48:28.0 +0200
+++ new/trytond_account-4.2.3/PKG-INFO  2017-10-04 22:12:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.2.2
+Version: 4.2.3
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.2/party.py 
new/trytond_account-4.2.3/party.py
--- old/trytond_account-4.2.2/party.py  2017-03-14 23:27:05.0 +0100
+++ new/trytond_account-4.2.3/party.py  2017-10-04 22:12:22.0 +0200
@@ -133,6 +133,7 @@
 if name not in ('receivable', 'payable',
 'receivable_today', 'payable_today'):
 raise Exception('Bad argument')
+_, operator, value = clause
 
 user = User(Transaction().user)
 if not user.company:
@@ -146,14 +147,17 @@
 today_query = ((line.maturity_date <= Date.today())
 | (line.maturity_date == Null))
 
-Operator = fields.SQL_OPERATORS[clause[1]]
+Operator = fields.SQL_OPERATORS[operator]
 
 # Need to cast numeric for sqlite
 type_ = MoveLine.debit.sql_type().base
 amount = Cast(
 Sum(Coalesce(line.debit, 0) - Coalesce(line.credit, 0)),
 type_)
-value = Cast(Literal(Decimal(clause[2] or 0)), type_)
+if operator in {'in', 'not in'}:
+value = [Cast(Literal(Decimal(v or 0)), type_) for v in value]
+else:
+value = Cast(Literal(Decimal(value or 0)), type_)
 query = line.join(account, condition=account.id == line.account
 ).select(line.party,
 where=account.active
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.2/tax.py 
new/trytond_account-4.2.3/tax.py
--- old/trytond_account-4.2.2/tax.py2017-08-08 18:48:25.0 +0200
+++ new/trytond_account-4.2.3/tax.py2017-10-04 22:12:22.0 +0200
@@ -1272,7 +1272,7 @@
 if vals:
 values.append([rule])
 values.append(vals)
-template2rule[rule.template.id] = rule.id
+template2rule[rule.template.id] = rule.id
 if values:
 cls.write(*values)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.2/tryton.cfg 
new/trytond_account-4.2.3/tryton.cfg
--- old/trytond_account-4.2.2/tryton.cfg2017-06-06 19:50:06.0 
+0200
+++ new/trytond_account-4.2.3/tryton.cfg2017-08-08 18:48:50.0 
+0200
@@ -1,5 

commit trytond_account for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2017-08-18 15:04:12

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


Package is "trytond_account"

Fri Aug 18 15:04:12 2017 rev:5 rq:517034 version:4.2.2

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2017-07-05 23:55:40.907531374 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2017-08-18 15:04:16.267277445 +0200
@@ -1,0 +2,5 @@
+Thu Aug 10 20:04:41 UTC 2017 - axel.br...@gmx.de
+
+- Version 4.2.2
+
+---

Old:

  trytond_account-4.2.1.tar.gz

New:

  trytond_account-4.2.2.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.n1LFSL/_old  2017-08-18 15:04:16.947181685 +0200
+++ /var/tmp/diff_new_pack.n1LFSL/_new  2017-08-18 15:04:16.951181122 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.1
+Version:%{majorver}.2
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-4.2.1.tar.gz -> trytond_account-4.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.1/CHANGELOG 
new/trytond_account-4.2.2/CHANGELOG
--- old/trytond_account-4.2.1/CHANGELOG 2017-06-06 19:49:45.0 +0200
+++ new/trytond_account-4.2.2/CHANGELOG 2017-08-08 18:48:27.0 +0200
@@ -1,3 +1,6 @@
+Version 4.2.2 - 2017-08-08
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.1 - 2017-06-06
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.1/PKG-INFO 
new/trytond_account-4.2.2/PKG-INFO
--- old/trytond_account-4.2.1/PKG-INFO  2017-06-06 19:49:46.0 +0200
+++ new/trytond_account-4.2.2/PKG-INFO  2017-08-08 18:48:28.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 4.2.1
+Version: 4.2.2
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.1/move.py 
new/trytond_account-4.2.2/move.py
--- old/trytond_account-4.2.1/move.py   2017-03-14 23:27:05.0 +0100
+++ new/trytond_account-4.2.2/move.py   2017-08-08 18:48:25.0 +0200
@@ -916,7 +916,7 @@
 else:
 line_amount -= tax_line['amount']
 tax_amount += tax_line['amount'] * \
-tax_line['tax'][key + '_tax_sign']
+getattr(tax_line['tax'], key + '_tax_sign')
 line_amount = line.account.company.currency.round(
 line_amount)
 tax_amount = line.account.company.currency.round(
@@ -1067,7 +1067,7 @@
 tax_line = TaxLine(**TaxLine.default_get(
 TaxLine._fields.keys()))
 
-tax_line.amount = base_amounts[code_id, tax_id],
+tax_line.amount = base_amounts[code_id, tax_id]
 tax_line.currency_digits = self.account.currency_digits
 tax_line.code = code_id
 tax_line.tax = tax_id
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-4.2.1/tax.py 
new/trytond_account-4.2.2/tax.py
--- old/trytond_account-4.2.1/tax.py2017-03-14 23:27:05.0 +0100
+++ new/trytond_account-4.2.2/tax.py2017-08-08 18:48:25.0 +0200
@@ -1107,7 +1107,6 @@
 class TaxLine(ModelSQL, ModelView):
 'Tax Line'
 __name__ = 'account.tax.line'
-_rec_name = 'amount'
 currency_digits = fields.Function(fields.Integer('Currency Digits'),
 'on_change_with_currency_digits')
 amount = fields.Numeric('Amount', digits=(16, Eval('currency_digits', 2)),
@@ -1135,15 +1134,18 @@
 return self.move_line.currency_digits
 return 2
 
-@fields.depends('tax')
-def on_change_tax(self):
-self.code = None
-
 @fields.depends('_parent_move_line.account', 'move_line')
 def on_change_with_company(self, name=None):
 if self.move_line:
 return self.move_line.account.company.id
 
+def get_rec_name(self, name):
+return self.code.rec_name
+
+@classmethod
+def search_rec_name(cls, name, 

commit trytond_account for openSUSE:Factory

2017-07-05 Thread root
Hello community,

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

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


Package is "trytond_account"

Wed Jul  5 23:55:40 2017 rev:4 rq:505306 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2017-01-10 10:43:33.866656371 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2017-07-05 23:55:40.907531374 +0200
@@ -2 +2 @@
-Tue Dec 20 11:23:26 UTC 2016 - axel.br...@gmx.de
+Tue Jun  6 20:18:34 UTC 2017 - axel.br...@gmx.de
@@ -4 +4 @@
-- version 3.8.5
+- Version 4.2.1
@@ -7 +7 @@
-Tue Oct  4 19:15:14 UTC 2016 - axel.br...@gmx.de
+Mon Nov 28 18:22:41 UTC 2016 - axel.br...@gmx.de 
@@ -9 +9 @@
-- version 3.8.4
+- Tryton Release 4.2 
@@ -12 +12 @@
-Tue Sep  6 15:18:53 UTC 2016 - axel.br...@gmx.de
+Tue May 02 10:24:48 UTC 2016 - axel.br...@gmx.de 
@@ -14,15 +14 @@
-- version 3.8.3
-

-Wed Aug 24 11:49:33 UTC 2016 - jeng...@inai.de
-
-- Update description
-

-Mon Aug  8 18:38:05 UTC 2016 - mplus...@suse.com
-
-- Cleanup spec file with spec-cleaner
-  * Include changelog in spec file
-  * Use fdupes to reduce amount of used space
-  * Drop buildroot definition as it is not needed on new openSUSE
-- Drop _service as it is not needed
+- Tryton Release 4.0 

Old:

  trytond_account-3.8.5.tar.gz

New:

  trytond_account-4.2.1.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.q9I49Z/_old  2017-07-05 23:55:41.591435035 +0200
+++ /var/tmp/diff_new_pack.q9I49Z/_new  2017-07-05 23:55:41.595434472 +0200
@@ -2,7 +2,7 @@
 # spec file for package trytond_account
 #
 # Copyright (c) 2016 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
@@ -14,12 +14,11 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
 
 
-%define majorver 3.8
+%define majorver 4.2
 Name:   trytond_account
-Version:%{majorver}.5
+Version:%{majorver}.1
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+
@@ -27,14 +26,12 @@
 Url:http://www.tryton.org/
 Source: 
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires: python3-setuptools 
 Requires:   trytond
 Requires:   trytond_company
 Requires:   trytond_currency
 Requires:   trytond_party
 BuildArch:  noarch
-%py_requires
 
 %description
 The accounting module of the Tryton application platform.
@@ -45,14 +42,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-3.8.5.tar.gz -> trytond_account-4.2.1.tar.gz ++
 160592 lines of diff (skipped)




commit trytond_account for openSUSE:Factory

2016-10-06 Thread h_root
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2016-10-06 12:48:11

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


Package is "trytond_account"

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2016-09-23 11:31:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 
2016-10-06 12:48:12.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  4 19:15:14 UTC 2016 - axel.br...@gmx.de
+
+- version 3.8.4
+
+---

Old:

  trytond_account-3.8.3.tar.gz

New:

  trytond_account-3.8.4.tar.gz



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.oekEWQ/_old  2016-10-06 12:48:13.0 +0200
+++ /var/tmp/diff_new_pack.oekEWQ/_new  2016-10-06 12:48:13.0 +0200
@@ -19,16 +19,16 @@
 
 %define majorver 3.8
 Name:   trytond_account
-Version:%{majorver}.3
+Version:%{majorver}.4
 Release:0
 Summary:The "account" 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
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  fdupes
 Requires:   trytond
 Requires:   trytond_company
 Requires:   trytond_currency

++ trytond_account-3.8.3.tar.gz -> trytond_account-3.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-3.8.3/CHANGELOG 
new/trytond_account-3.8.4/CHANGELOG
--- old/trytond_account-3.8.3/CHANGELOG 2016-09-03 12:58:42.0 +0200
+++ new/trytond_account-3.8.4/CHANGELOG 2016-10-02 21:34:18.0 +0200
@@ -1,3 +1,6 @@
+Version 3.8.4 - 2016-10-02
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.3 - 2016-09-03
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-3.8.3/PKG-INFO 
new/trytond_account-3.8.4/PKG-INFO
--- old/trytond_account-3.8.3/PKG-INFO  2016-09-03 12:58:54.0 +0200
+++ new/trytond_account-3.8.4/PKG-INFO  2016-10-02 21:34:29.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.8.3
+Version: 3.8.4
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-3.8.3/party.py 
new/trytond_account-3.8.4/party.py
--- old/trytond_account-3.8.3/party.py  2016-09-03 12:58:24.0 +0200
+++ new/trytond_account-3.8.4/party.py  2016-10-02 21:34:01.0 +0200
@@ -2,7 +2,7 @@
 # this repository contains the full copyright notices and license terms.
 from decimal import Decimal
 
-from sql import Literal, Null
+from sql import Literal, Null, Cast
 from sql.aggregate import Sum
 from sql.conditionals import Coalesce
 
@@ -146,9 +146,14 @@
 today_query = ((line.maturity_date <= Date.today())
 | (line.maturity_date == Null))
 
-line_query, _ = MoveLine.query_get(line)
 Operator = fields.SQL_OPERATORS[clause[1]]
 
+# Need to cast numeric for sqlite
+type_ = MoveLine.debit.sql_type().base
+amount = Cast(
+Sum(Coalesce(line.debit, 0) - Coalesce(line.credit, 0)),
+type_)
+value = Cast(Literal(Decimal(clause[2] or 0)), type_)
 query = line.join(account, condition=account.id == line.account
 ).select(line.party,
 where=account.active
@@ -156,9 +161,7 @@
 & (line.party != Null)
 & (line.reconciliation == Null)
 & (account.company == company_id)
-& line_query & today_query,
+& today_query,
 group_by=line.party,
-having=Operator(Sum(Coalesce(line.debit, 0)
-- Coalesce(line.credit, 0)),
-Decimal(clause[2] or 0)))
+having=Operator(amount, value))
 return [('id', 'in', query)]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-3.8.3/tryton.cfg 
new/trytond_account-3.8.4/tryton.cfg
--- old/trytond_account-3.8.3/tryton.cfg2016-07-05 23:14:02.0 
+0200
+++ new/trytond_account-3.8.4/tryton.cfg