Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 36, in dispatch
  7. res = security.login(database_name, user, session)
  8. File "/trytond/security.py", line 20, in login
  9. user_obj = pool.get('res.user')
  10. File "/trytond/pool.py", line 148, in get
  11. raise
  12. File "/trytond/pool.py", line 137, in get
  13. return self._pool[self.database_name][type][name]
  14. KeyError: 'res.user'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement