Advertisement
Guest User

Untitled

a guest
Jul 13th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/dist-packages/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/dist-packages/trytond/protocols/jsonrpc.py", line 191, in _dispatch
  5. res = dispatch(*args)
  6. File "/dist-packages/trytond/protocols/dispatcher.py", line 41, in dispatch
  7. res = security.login(database_name, user, session)
  8. File "/dist-packages/trytond/security.py", line 25, in login
  9. User = pool.get('res.user')
  10. File "/dist-packages/trytond/pool.py", line 172, in get
  11. return self._pool[self.database_name][type][name]
  12. KeyError: 'res.user'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement