Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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 225, in execute
  9. return wizard._execute(state_name)
  10. File "/trytond/wizard/wizard.py", line 235, in _execute
  11. view = state.get_view()
  12. File "/trytond/ir/ui/view.py", line 225, in get_view
  13. Model = pool.get(view.model)
  14. File "/trytond/model/modelstorage.py", line 1159, in __getattr__
  15. return super(ModelStorage, self).__getattr__(name)
  16. File "/trytond/model/model.py", line 439, in __getattr__
  17. % (self.__name__, name, self._values))
  18. AttributeError: 'ir.ui.view' Model has no attribute 'model': None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement