Reviewers: ,
Please review this at http://codereview.tryton.org/587004/ Affected files: M tryton/gui/window/view_form/view/form_gtk/char.py Index: tryton/gui/window/view_form/view/form_gtk/char.py =================================================================== --- a/tryton/gui/window/view_form/view/form_gtk/char.py +++ b/tryton/gui/window/view_form/view/form_gtk/char.py @@ -57,7 +57,7 @@ @staticmethod def translate_widget_set(widget, value): - widget.set_text(value) + widget.set_text(value or '') @staticmethod def translate_widget_get(widget): -- [email protected] mailing list
