Advertisement
SunZi

Res: Error en tryton

Jul 21st, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/trytond/wsgi.py", line 47, in dispatch_request
  3.     return endpoint(request, **request.view_args)
  4.   File "/trytond/protocols/dispatcher.py", line 59, in rpc
  5.     request, database_name, *request.params)
  6.   File "/trytond/protocols/dispatcher.py", line 70, in login
  7.     session = security.login(database_name, user, password)
  8.   File "/trytond/security.py", line 25, in login
  9.     User = pool.get('res.user')
  10.   File "/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