[tryton-debian-vcs] tryton-client branch debian-jessie-3.2 updated. debian/3.2.15-1-2-g5cc1891
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Aug 8 09:27:31 UTC 2016
The following commit has been merged in the debian-jessie-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-client.git;a=commitdiff;h=debian/3.2.15-1-2-g5cc1891
commit 5cc1891d3e02427cfcddaa8a265d3c229054c336
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Aug 5 11:57:53 2016 +0200
Releasing debian version 3.2.16-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 3fe9961..67dfe1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-client (3.2.16-1) unstable; urgency=medium
+
+ * Merging upstream version 3.2.16.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Fri, 05 Aug 2016 11:57:53 +0200
+
tryton-client (3.2.15-1) unstable; urgency=medium
* Merging upstream version 3.2.15.
commit 677046cf86f860a49addb0983132e61015ecdf73
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Aug 5 11:57:53 2016 +0200
Merging upstream version 3.2.16.
diff --git a/CHANGELOG b/CHANGELOG
index 013b97a..ac22585 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.16 - 2016-08-02
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.15 - 2016-07-04
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 95f4df0..c6b3239 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: tryton
-Version: 3.2.15
+Version: 3.2.16
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 95f4df0..c6b3239 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.2.15
+Version: 3.2.16
Summary: Tryton client
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/tryton/gui/window/view_form/model/field.py b/tryton/gui/window/view_form/model/field.py
index 01da423..068084c 100644
--- a/tryton/gui/window/view_form/model/field.py
+++ b/tryton/gui/window/view_form/model/field.py
@@ -35,8 +35,6 @@ class Field(object):
self.name = attrs['name']
def sig_changed(self, record):
- if self.get_state_attrs(record).get('readonly', False):
- return
if self.attrs.get('on_change', False):
record.on_change(self.name, self.attrs['on_change'])
record.on_change_with(self.name)
diff --git a/tryton/version.py b/tryton/version.py
index 0a90242..1ff48e3 100644
--- a/tryton/version.py
+++ b/tryton/version.py
@@ -1,6 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
PACKAGE = "tryton"
-VERSION = "3.2.15"
+VERSION = "3.2.16"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
--
tryton-client
More information about the tryton-debian-vcs
mailing list