Created
November 25, 2020 14:44
-
-
Save palichis/0f989cae18d0239b29573b0dd5588763 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-11-25 14:39:44,950 387263 INFO epi12 werkzeug: 127.0.0.1 - - [25/Nov/2020 14:39:44] "POST /report/aeroo/api_labsample_request/1?context=%7B%22lang%22%3A%22es_ES%22%2C%22tz%22%3Afalse%2C%22uid%22%3A80%2C%22active_model%22%3A%22epi.lab.sample%22%2C%22search_disable_custom_filters%22%3Atrue%2C%22active_id%22%3A1%2C%22active_ids%22%3A%5B1%5D%7D HTTP/1.1" 500 - 3 0.001 3.656 | |
2020-11-25 14:39:44,958 387263 ERROR epi12 werkzeug: Error on request: | |
Traceback (most recent call last): | |
File "/home/palichis/.virtualenvs/odoo13/lib/python3.7/site-packages/werkzeug/serving.py", line 270, in run_wsgi | |
execute(self.server.app) | |
File "/home/palichis/.virtualenvs/odoo13/lib/python3.7/site-packages/werkzeug/serving.py", line 258, in execute | |
application_iter = app(environ, start_response) | |
File "/home/palichis/code/odoo12/odoo/service/server.py", line 434, in app | |
return self.app(e, s) | |
File "/home/palichis/code/odoo12/odoo/service/wsgi_server.py", line 142, in application | |
return application_unproxied(environ, start_response) | |
File "/home/palichis/code/odoo12/odoo/service/wsgi_server.py", line 117, in application_unproxied | |
result = odoo.http.root(environ, start_response) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 1320, in __call__ | |
return self.dispatch(environ, start_response) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 1293, in __call__ | |
return self.app(environ, start_wrapped) | |
File "/home/palichis/.virtualenvs/odoo13/lib/python3.7/site-packages/werkzeug/wsgi.py", line 766, in __call__ | |
return self.app(environ, start_response) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 1488, in dispatch | |
result = ir_http._dispatch() | |
File "/home/palichis/code/odoo12/addons/auth_signup/models/ir_http.py", line 19, in _dispatch | |
return super(Http, cls)._dispatch() | |
File "/home/palichis/code/odoo12/addons/web_editor/models/ir_http.py", line 22, in _dispatch | |
return super(IrHttp, cls)._dispatch() | |
File "/home/palichis/code/odoo12/odoo/addons/base/models/ir_http.py", line 212, in _dispatch | |
return cls._handle_exception(e) | |
File "/home/palichis/code/odoo12/odoo/addons/base/models/ir_http.py", line 182, in _handle_exception | |
return request._handle_exception(exception) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 776, in _handle_exception | |
return super(HttpRequest, self)._handle_exception(exception) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 314, in _handle_exception | |
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) | |
File "/home/palichis/code/odoo12/odoo/tools/pycompat.py", line 87, in reraise | |
raise value | |
File "/home/palichis/code/odoo12/odoo/addons/base/models/ir_http.py", line 208, in _dispatch | |
result = request.dispatch() | |
File "/home/palichis/code/odoo12/odoo/http.py", line 835, in dispatch | |
r = self._call_function(**self.params) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 346, in _call_function | |
return checked_call(self.db, *args, **kwargs) | |
File "/home/palichis/code/odoo12/odoo/service/model.py", line 98, in wrapper | |
return f(dbname, *args, **kwargs) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 339, in checked_call | |
result = self.endpoint(*a, **kw) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 941, in __call__ | |
return self.method(*args, **kw) | |
File "/home/palichis/code/odoo12/odoo/http.py", line 519, in response_wrap | |
response = f(*args, **kw) | |
File "/home/palichis/code/rmdepends12/report_aeroo/controllers/main.py", line 59, in report_routes | |
docids, data=data) | |
File "/home/palichis/code/rmdepends12/report_aeroo/models/report.py", line 94, in render_aeroo | |
return report_parser.with_context(context).aeroo_report(docids, data) | |
AttributeError: 'report.api_labsample_request' object has no attribute 'aeroo_report' - - - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment