Guest User

Untitled

a guest
Jun 13th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/wsgi.py", line 119, in dispatch_request
  3. return endpoint(request, **request.view_args)
  4. File "/trytond/protocols/dispatcher.py", line 46, in rpc
  5. return methods.get(request.rpc_method, _dispatch)(
  6. File "/trytond/wsgi.py", line 86, in auth_required
  7. return wrapped(*args, **kwargs)
  8. File "/trytond/protocols/wrappers.py", line 161, in wrapper
  9. return func(request, pool, *args, **kwargs)
  10. File "/trytond/protocols/dispatcher.py", line 181, in _dispatch
  11. result = rpc.result(meth(*c_args, **c_kwargs))
  12. File "/trytond/model/modelsql.py", line 1525, in search
  13. cursor.execute(*select)
  14. sqlite3.OperationalError: no such column: a.taxes_deductible_rate
  15.  
  16. Fault: no such column: a.taxes_deductible_rate
Add Comment
Please, Sign In to add comment