On Friday, June 27, 2014 10:59:31 AM UTC-5, Fabyc wrote: > > Hola lista. > > Estaba revisando el demo de tryton-erp.es y al intentar abrir Ventas TPV > con las credenciales: > > - Servidor: demo.tryton-erp.es:38000 > - Base de datos: trytonerp > - Usuario: demo_es > - Password: demo > > > Lanza el siguiente error: > > File "/tryton-3.2.1/tryton/gui/window/view_form/view/list.py", line 718, > in __sig_switch > if not self.screen.row_activate() and self.children_field: > > File "/tryton-3.2.1/tryton/gui/window/view_form/screen/screen.py", line > 337, in default_row_activate > }, context=self.context.copy(), warning=False) > > File "/tryton-3.2.1/tryton/action/main.py", line 174, in exec_keyword > Action._exec_action(action, data, context=context) > > File "/tryton-3.2.1/tryton/action/main.py", line 137, in _exec_action > tab_domain=tab_domain) > > File "/tryton-3.2.1/tryton/gui/window/window.py", line 33, in create > limit=limit, search_value=search_value, tab_domain=tab_domain) > > File "/tryton-3.2.1/tryton/gui/window/form.py", line 113, in __init__ > search_value=search_value, tab_domain=tab_domain) > > File "/tryton-3.2.1/tryton/gui/window/view_form/screen/screen.py", line > 95, in __init__ > self.switch_view() > > File "/tryton-3.2.1/tryton/gui/window/view_form/screen/screen.py", line > 364, in switch_view > self.load_view_to_load() > > File "/tryton-3.2.1/tryton/gui/window/view_form/screen/screen.py", line > 384, in load_view_to_load > self.add_view_id(view_id, view_type) > > File "/tryton-3.2.1/tryton/gui/window/view_form/screen/screen.py", line > 397, in add_view_id > return self.add_view(view) > > File "/tryton-3.2.1/tryton/gui/window/view_form/screen/screen.py", line > 430, in add_view > children_field=children_field) > > File "/tryton-3.2.1/tryton/gui/window/view_form/view/widget_parse.py", > line 40, in parse > fields) > > File > "/tryton-3.2.1/tryton/gui/window/view_form/view/list_gtk/parser.py", line > 137, in parse > treeview, node_attrs) >
Se me había quedado sin copiar la última línea [1] del error lanzado. :-) [1] 'NoneType' object is not callable > > > Gracias >
