Advertisement
Guest User

Untitled

a guest
Jan 8th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. INFO:tryton.rpc:model.ir.action.keyword.get_keyword('tree_open', ('ir.ui.menu', 190), {'client': 'f9aa0ef3-0d37-404f-985c-a56c05ca48fd', 'warehouse': None, 'employee': None, 'company': 1, 'company.rec_name': 'PRECIBALL SA', 'language': 'en', 'language_direction': 'ltr', 'groups': [4, 5, 27, 1, 30, 7, 31, 2, 8, 32, 3, 24, 6, 26, 28, 14, 13, 17, 20, 19, 29, 18, 21, 15, 16, 10, 9, 11, 12, 25]})
  2. INFO:tryton.jsonrpc:(cached) model.ir.action.keyword.get_keyword ["tree_open",["ir.ui.menu",190],{"client":"f9aa0ef3-0d37-404f-985c-a56c05ca48fd","warehouse":null,"employee":null,"company":1,"company.rec_name":"PRECIBALL SA","language":"en","language_direction":"ltr","groups":[4,5,27,1,30,7,31,2,8,32,3,24,6,26,28,14,13,17,20,19,29,18,21,15,16,10,9,11,12,25]}]
  3. INFO:tryton.rpc:model.purchase.requisition.fields_view_get(578, 'tree', {'client': 'f9aa0ef3-0d37-404f-985c-a56c05ca48fd', 'warehouse': None, 'employee': None, 'company': 1, 'company.rec_name': 'PRECIBALL SA', 'language': 'en', 'language_direction': 'ltr', 'groups': [4, 5, 27, 1, 30, 7, 31, 2, 8, 32, 3, 24, 6, 26, 28, 14, 13, 17, 20, 19, 29, 18, 21, 15, 16, 10, 9, 11, 12, 25]})
  4. INFO:tryton.jsonrpc:(cached) model.purchase.requisition.fields_view_get [578,"tree",{"client":"f9aa0ef3-0d37-404f-985c-a56c05ca48fd","warehouse":null,"employee":null,"company":1,"company.rec_name":"PRECIBALL SA","language":"en","language_direction":"ltr","groups":[4,5,27,1,30,7,31,2,8,32,3,24,6,26,28,14,13,17,20,19,29,18,21,15,16,10,9,11,12,25]}]
  5. ERROR:tryton.common.common: File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/list.py", line 948, in __sig_switch
  6. if not self.screen.row_activate() and self.children_field:
  7. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/main.py", line 705, in menu_row_activate
  8. return Action.exec_keyword('tree_open', {
  9. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/action/main.py", line 192, in exec_keyword
  10. Action.execute(action, data, context=context)
  11. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/action/main.py", line 65, in execute
  12. Action._exec_action(action, data, context=context)
  13. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/action/main.py", line 139, in _exec_action
  14. Window.create(res_model,
  15. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/window.py", line 32, in create
  16. win = Form(model, **attributes)
  17. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/form.py", line 46, in __init__
  18. self.screen = Screen(self.model, **attributes)
  19. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 139, in __init__
  20. self.switch_view()
  21. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 514, in switch_view
  22. self.load_view_to_load()
  23. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 541, in load_view_to_load
  24. self.add_view_id(view_id, view_type)
  25. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 554, in add_view_id
  26. return self.add_view(view)
  27. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 581, in add_view
  28. view = View.parse(
  29. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/__init__.py", line 72, in parse
  30. return ViewTree(view_id, screen, root, children_field)
  31. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/list.py", line 498, in __init__
  32. self.display()
  33. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/list.py", line 1029, in display
  34. self.update_arrow()
  35. File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/list.py", line 538, in update_arrow
  36. direction = {
  37.  
  38. KeyError: None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement