[tryton-debian-vcs] tryton-client branch debian-stretch-3.6 updated. debian/3.6.17-1-2-gc13195a

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Aug 17 12:18:42 UTC 2017


The following commit has been merged in the debian-stretch-3.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-client.git;a=commitdiff;h=debian/3.6.17-1-2-gc13195a

commit c13195ab2b3fe49f2202e92e09d89e19f14abf81
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Aug 17 11:47:15 2017 +0200

    Releasing debian version 3.6.18-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 8867835..970d9df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-client (3.6.18-1) unstable; urgency=medium
+
+  * Merging upstream version 3.6.18.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 17 Aug 2017 11:47:15 +0200
+
 tryton-client (3.6.17-1) unstable; urgency=medium
 
   * Merging upstream version 3.6.17.
commit 6d7fa864552311334d222a45a00807949c82492b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Aug 17 11:47:15 2017 +0200

    Merging upstream version 3.6.18.

diff --git a/CHANGELOG b/CHANGELOG
index a21ab35..f18c1ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.18 - 2017-08-08
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.17 - 2017-06-05
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 973fb07..100c909 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tryton
-Version: 3.6.17
+Version: 3.6.18
 Summary: Tryton client
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/tryton.egg-info/PKG-INFO b/tryton.egg-info/PKG-INFO
index 973fb07..100c909 100644
--- a/tryton.egg-info/PKG-INFO
+++ b/tryton.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tryton
-Version: 3.6.17
+Version: 3.6.18
 Summary: Tryton client
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/tryton/__init__.py b/tryton/__init__.py
index db08ff7..b93370f 100644
--- a/tryton/__init__.py
+++ b/tryton/__init__.py
@@ -1,3 +1,3 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "3.6.17"
+__version__ = "3.6.18"
diff --git a/tryton/gui/window/view_form/view/list_gtk/editabletree.py b/tryton/gui/window/view_form/view/list_gtk/editabletree.py
index 0209626..d9f43e8 100644
--- a/tryton/gui/window/view_form/view/list_gtk/editabletree.py
+++ b/tryton/gui/window/view_form/view/list_gtk/editabletree.py
@@ -91,6 +91,9 @@ class EditableTreeView(TreeView):
             method = model.append
         new_record = model.group.new()
         res = method(new_record)
+        sequence = self.view.attributes.get('sequence')
+        if sequence:
+            model.group.set_sequence(field=sequence)
         return res
 
     def set_cursor(self, path, focus_column=None, start_editing=False):
-- 
tryton-client



More information about the tryton-debian-vcs mailing list