> > https://bugs.tryton.org/issue1318 <https://www.google.com/url?q=https%3A%2F%2Fbugs.tryton.org%2Fissue1318&sa=D&sntz=1&usg=AFQjCNElKt0-nNkFza72fpC3M1ktrGjCKw>
hello, is patches work in Tryton 3.0.5 ? When I tried I got this error: File "/home/inges/pro-tryton/ >> >> tryton/tryton/gui/main.py", line 906, in sig_login >> self.sig_win_menu(prefs=prefs) >> >> File "/home/inges/pro-tryton/tryton/tryton/gui/main.py", line 1042, in >> sig_win_menu >> view_ids=view_ids, domain=domain, readonly=True) >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/screen/screen.py", >> >> line 98, in __init__ >> self.switch_view() >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/screen/screen.py", >> >> line 369, in switch_view >> self.load_view_to_load() >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/screen/screen.py", >> >> line 390, in load_view_to_load >> self.add_view_id(view_id, view_type) >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/screen/screen.py", >> >> line 403, in add_view_id >> return self.add_view(view) >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/screen/screen.py", >> >> line 431, in add_view >> from tryton.gui.window.view_form.view.widget_parse import WidgetParse >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/view/widget_parse.py", >> >> line 5, in <module> >> import list_gtk >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/view/list_gtk/__init__.py", >> >> line 3, in <module> >> from parser import * >> >> File >> "/home/inges/pro-tryton/tryton/tryton/gui/window/view_form/view/list_gtk/parser.py", >> >> line 19, in <module> >> from tryton.common import COLORS, node_attributes, \ >> > > Thanks
