[tryton-debian-vcs] tryton-client branch upstream-3.2 updated. upstream/3.2.15-1-g24313c7
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Aug 8 09:27:32 UTC 2016
The following commit has been merged in the upstream-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-client.git;a=commitdiff;h=upstream/3.2.15-1-g24313c7
commit 24313c721f5521c5cdef45415bf17a1b4270b3e9
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Aug 5 11:57:52 2016 +0200
Adding upstream version 3.2.16.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
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