Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 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 41, in rpc
  5. request, database_name, *request.rpc_params)
  6. File "/trytond/wsgi.py", line 39, in auth_required
  7. return wrapped(*args, **kwargs)
  8. File "/trytond/protocols/wrappers.py", line 106, in wrapper
  9. return func(request, pool, *args, **kwargs)
  10. File "/trytond/protocols/dispatcher.py", line 163, in _dispatch
  11. result = rpc.result(meth(*c_args, **c_kwargs))
  12. File "/trytond/model/modelsql.py", line 777, in read
  13. row[fname] = getter_result[row['id']]
  14. KeyError: 889
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement