Advertisement
Guest User

Untitled

a guest
May 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/bastien/Desktop/openerp-client-5.0.10/bin/modules/gui/main.py", line 1334, in _sig_child_call
  3. res = wid.handlers[button_name]()
  4. File "/home/bastien/Desktop/openerp-client-5.0.10/bin/modules/gui/window/form.py", line 281, in sig_save_as
  5. win = win_export.win_export(self.model, self.screen.ids_get(), self.screen.fields, fields, parent=self.window, context=self.context)
  6. File "/home/bastien/Desktop/openerp-client-5.0.10/bin/modules/gui/window/win_export.py", line 145, in __init__
  7. model_populate(fields)
  8. File "/home/bastien/Desktop/openerp-client-5.0.10/bin/modules/gui/window/win_export.py", line 143, in model_populate
  9. model_populate(fields2, prefix_node+field+'/', node, st_name+'/', level-1)
  10. File "/home/bastien/Desktop/openerp-client-5.0.10/bin/modules/gui/window/win_export.py", line 141, in model_populate
  11. fields2 = rpc.session.rpc_exec_auth('/object', 'execute', fields[field]['relation'], 'fields_get', False, rpc.session.context)
  12. File "/home/bastien/Desktop/openerp-client-5.0.10/bin/rpc.py", line 173, in rpc_exec_auth
  13. raise rpc_exception(69, 'Connection refused!')
  14. rpc.rpc_exception: ('C', 'o', 'n', 'n', 'e', 'c', 't', 'i', 'o', 'n', ' ', 'r', 'e', 'f', 'u', 's', 'e', 'd', '!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement