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 <[email protected]>
+
+- 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.000000000 +0100
+++ new/trytond_account-4.6.10/.hgtags  2019-07-01 22:16:34.000000000 +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.000000000 +0100
+++ new/trytond_account-4.6.10/CHANGELOG        2019-07-01 22:16:34.000000000 
+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.000000000 +0100
+++ new/trytond_account-4.6.10/PKG-INFO 2019-07-01 22:16:35.000000000 +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.000000000 
+0200
+++ new/trytond_account-4.6.10/move_template.py 2019-06-12 21:47:19.000000000 
+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.cfg        2019-01-05 18:55:24.000000000 
+0100
+++ new/trytond_account-4.6.10/tryton.cfg       2019-02-19 23:08:30.000000000 
+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.000000000 +0100
+++ new/trytond_account-4.6.10/trytond_account.egg-info/PKG-INFO        
2019-07-01 22:16:35.000000000 +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


Reply via email to