Fri 19 Dec 2014 08:58:46 PM UTC, original submission:
Using health_imaging module from the development branch (default).
--
Error: 'result_file'
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/form.py", line 333, in sig_new
self.screen.new()
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/screen/screen.py", line 435, in new
self.switch_view('form')
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/screen/screen.py", line 365, in switch_view
self.load_view_to_load()
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/screen/screen.py", line 386, in load_view_to_load
self.add_view_id(view_id, view_type)
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/screen/screen.py", line 399, in add_view_id
return self.add_view(view)
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/screen/screen.py", line 424, in add_view
view = View.parse(self, xml_dom, view.get('field_childs'))
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/view/__init__.py", line 45, in parse
return ViewForm(screen, root)
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/view/form.py", line 108, in _init_
container = self.parse(xml)
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/view/form.py", line 143, in parse
parser(node, container, node_attrs)
File "/src/tryton-dist/stable/3.4/tryton-3.4.1/tryton/gui/window/view_form/view/form.py", line 171, in _parse_label
field = self.screen.group.fields[attributes['name']]
|