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

        The method should be defined for on all widgets

        issue9464
        review298141002
        (grafted from 192ff15a3d8ae6349f5a0a2c3393a146d0508483)
diffstat:

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

diffs (13 lines):

diff -r ee690c4eec5b -r d24a3068f8a9 
tryton/gui/window/view_form/view/list_gtk/widget.py
--- a/tryton/gui/window/view_form/view/list_gtk/widget.py       Mon Jul 06 
17:40:34 2020 +0200
+++ 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