Advertisement
Guest User

Tryton Error Wizard

a guest
Sep 5th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 125, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 158, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 158, in dispatch
  7. result = rpc.result(meth(*c_args, **c_kwargs))
  8. File "/trytond/wizard/wizard.py", line 218, in execute
  9. wizard = cls(session_id)
  10. File "/trytond/wizard/wizard.py", line 271, in __init__
  11. Target = pool.get(state.model_name)
  12. File "/trytond/pool.py", line 168, in get
  13. return self._pool[self.database_name][type][name]
  14. KeyError: 'health_oncology.survival_analysis.start'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement