changeset 192ff15a3d8a in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=192ff15a3d8a
description:
        Add set_editable on list view Cell

        The method should be defined for on all widgets

        issue9464
        review298141002
diffstat:

 tryton/gui/window/view_form/view/list_gtk/widget.py |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 9d493de0a12c -r 192ff15a3d8a 
tryton/gui/window/view_form/view/list_gtk/widget.py
--- a/tryton/gui/window/view_form/view/list_gtk/widget.py       Thu Jul 09 
10:33:42 2020 +0100
+++ b/tryton/gui/window/view_form/view/list_gtk/widget.py       Thu Jul 09 
21:14:51 2020 +0200
@@ -149,6 +149,9 @@
             cell.set_property('foreground', foreground)
             cell.set_property('foreground-set', bool(foreground))
 
+    def set_editable(self, record):
+        pass
+
 
 class Affix(Cell):
     expand = False

Reply via email to