콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3568 화면

Error message:

 

Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 530, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 1399, in _dispatch_nodb

func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()

File "/usr/lib/python2.7/dist-packages/werkzeug/routing.py", line 1423, in match

raise NotFound()

NotFound: 404: Not Found


This happens when I add something to the .py file. It doesn't matter what it is and i have to remove it, shut down server, close Odoo and start again.

Anyone got any idea on why this is happening???

아바타
취소

Did you find the solution for this? Now I have the same problem!

작성자

I don't use Odoo anymore but from what I remember I had deleted a class in my .py file that I no longer used and Odoo was looking for it. When I readded it, everything worked.