The traceback is inside the attached file with the name bug_client_board.txt
Anyways, here it is:
ERROR:tryton.common.common:Traceback (most recent call last):
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_form/view/list.py", line 974, in __sig_switch
if not self.screen.row_activate() and self.children_field:
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_form/screen/screen.py", line 429, in default_row_activate
}, context=self.context.copy(), warning=False)
File "/home/sergi/projectes/phoenix/tryton/tryton/action/main.py", line 166, in exec_keyword
Action._exec_action(action, data, context=context)
File "/home/sergi/projectes/phoenix/tryton/tryton/action/main.py", line 129, in _exec_action
context_model=action['context_model'])
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/window.py", line 38, in create
context=context, name=name)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/board.py", line 49, in __init__
self.board = ViewBoard(view['arch'], context=context)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 28, in __init__
self.widget = self.parse(node).table
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 47, in parse
parser(node, container, node_attrs)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 136, in _parse_hpaned
self._parse_paned(node, container, attributes, gtk.HPaned)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 133, in _parse_paned
self.parse(node, paned)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 47, in parse
parser(node, container, node_attrs)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 142, in _parse_child
container = self.parse(node)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 47, in parse
parser(node, container, node_attrs)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/view_board.py", line 152, in _parse_action
action = Action(attributes, self.context)
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_board/action.py", line 90, in __init__
self.screen.search_filter()
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_form/screen/screen.py", line 263, in search_filter
self.screen_container.set_text(self.domain_parser.string(domain))
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_form/view/screen_container.py", line 335, in set_text
self.bookmark_match()
File "/home/sergi/projectes/phoenix/tryton/tryton/gui/window/view_form/view/screen_container.py", line 350, in bookmark_match
current_domain = self.screen.domain_parser.parse(current_text)
AttributeError: 'ScreenContainer' object has no attribute 'screen'
'ScreenContainer' object has no attribute 'screen'
|