Skip to content

Instantly share code, notes, and snippets.

@ianjosephwilson
Created August 26, 2018 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianjosephwilson/cb8e19f393600ca3a6e2c71384646778 to your computer and use it in GitHub Desktop.
Save ianjosephwilson/cb8e19f393600ca3a6e2c71384646778 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/view/list.py", line 990, in __sig_switch
if not self.screen.row_activate() and self.children_field:
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/screen/screen.py", line 460, in default_row_activate
}, context=self.context.copy(), warning=False)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/action/main.py", line 194, in exec_keyword
Action._exec_action(action, data, context=context)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/action/main.py", line 154, in _exec_action
context_domain=action['context_domain'])
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/window.py", line 26, in create
win = Form(model, **attributes)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/form.py", line 40, in __init__
self.screen = Screen(self.model, **attributes)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/screen/screen.py", line 142, in __init__
self.switch_view()
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/screen/screen.py", line 486, in switch_view
self.load_view_to_load()
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/screen/screen.py", line 507, in load_view_to_load
self.add_view_id(view_id, view_type)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/screen/screen.py", line 520, in add_view_id
return self.add_view(view)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/screen/screen.py", line 545, in add_view
view = View.parse(self, xml_dom, view.get('field_childs'))
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/view/__init__.py", line 43, in parse
return ViewTree(screen, root, children_field)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/view/list.py", line 283, in __init__
self.parse(xml)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/view/list.py", line 324, in parse
self._parse_field(node)
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/view/list.py", line 353, in _parse_field
Widget = self.get_widget(node_attrs['widget'])
File "/home/ian/workspace/tryton-project/tryton-4.6/tryton-instance/tryton/tryton/gui/window/view_form/view/list.py", line 451, in get_widget
return cls.WIDGETS[name]
KeyError: u'timestamp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment