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.