Advertisement
SBUODOO

Untitled

Jul 26th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Error:
  2. Odoo Server Error
  3.  
  4. Traceback (most recent call last):
  5. File "/home/sbu/odoo/odoo/http.py", line 631, in _handle_exception
  6. return super(JsonRequest, self)._handle_exception(exception)
  7. File "/home/sbu/odoo/odoo/http.py", line 325, in _handle_exception
  8. raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  9. File "/home/sbu/odoo/odoo/tools/pycompat.py", line 14, in reraise
  10. raise value
  11. File "/home/sbu/odoo/odoo/http.py", line 676, in dispatch
  12. result = self._call_function(**self.params)
  13. File "/home/sbu/odoo/odoo/http.py", line 357, in _call_function
  14. return checked_call(self.db, *args, **kwargs)
  15. File "/home/sbu/odoo/odoo/service/model.py", line 92, in wrapper
  16. return f(dbname, *args, **kwargs)
  17. File "/home/sbu/odoo/odoo/http.py", line 350, in checked_call
  18. result = self.endpoint(*a, **kw)
  19. File "/home/sbu/odoo/odoo/http.py", line 894, in __call__
  20. return self.method(*args, **kw)
  21. File "/home/sbu/odoo/odoo/http.py", line 522, in response_wrap
  22. response = f(*args, **kw)
  23. File "/home/sbu/odoo/addons/web/controllers/main.py", line 952, in call_button
  24. action = self._call_kw(model, method, args, kwargs)
  25. File "/home/sbu/odoo/addons/web/controllers/main.py", line 940, in _call_kw
  26. return call_kw(request.env[model], method, args, kwargs)
  27. File "/home/sbu/odoo/odoo/api.py", line 364, in call_kw
  28. method = getattr(type(model), name)
  29. AttributeError: type object 'slide.channel' has no attribute 'action_open_edit_form'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement