Hi,
I am getting the following test validation error on odoosh.
Exception during request handling.
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/http.py", line 2002, in __call__
response = request._serve_db()
File "/home/odoo/src/odoo/odoo/http.py", line 1588, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "/home/odoo/src/odoo/odoo/service/model.py", line 133, in retrying
result = func()
File "/home/odoo/src/odoo/odoo/http.py", line 1615, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/home/odoo/src/odoo/odoo/http.py", line 1729, in dispatch
return self.request.registry['ir.http']._dispatch(endpoint)
File "/home/odoo/src/odoo/odoo/addons/base/models/ir_http.py", line 154, in _dispatch
result = endpoint(**request.params)
File "/home/odoo/src/odoo/odoo/http.py", line 697, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/home/odoo/src/odoo/addons/web/controllers/binary.py", line 143, in content_image
record = request.env['ir.binary']._find_record(xmlid, model, id and int(id), access_token)
ValueError: invalid literal for int() with base 10: 'undefined'
is there a way that i can turn on test suite on my local so i dont have to push the code each time on odoo sh just to find out there are more test validation errors in the code ???
Regards.
This question has been flagged
1326
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up