On Monday, June 30, 2014 12:31:23 PM UTC-5, raimonesteve wrote: > > 2014-06-27 17:59 GMT+02:00 Fabyc <[email protected] <javascript:>>: > > 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 > > http://www.tryton-erp.es/demo.html > > Se debe cambiar la info del cliente ya no es 3.0, si no 3.2 > > > 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) > > https://bugs.tryton.org/issue4009 > > Actualizado la demo con los commits: > > changeset: 54:00d6421b6823 > tag: tip > user: resteve <[email protected] <javascript:>> > date: Fri Jun 20 13:37:27 2014 +0200 > summary: Locales > > changeset: 53:9974cdec9784 > user: resteve <[email protected] <javascript:>> > date: Fri Jun 20 13:08:16 2014 +0200 > summary: POS create date from create date timesamp > > changeset: 52:97a1b42b22b3 > user: resteve <[email protected] <javascript:>> > date: Thu Jun 19 16:20:56 2014 +0200 > summary: Sale tree/form create_date field
Ahora si carga bien las ventas TPV. Gracias -- Saludos Fabyc
