Bojan Nišević

Results 4 comments of Bojan Nišević

Any progress on this issue?

Thanks guys for the explanation! I am starting to understand what is purpose of these 4 key settings when it comes to a histogram. But, how I can achieve different...

> `tutorials = Tutorial.objects.filter(published__in=[True])` # Works `tutorials = Tutorial.objects.filter(published=True)` # Failes Still in Nov 3 2022.

Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 2002, in __call__ response = request._serve_db() File "/odoo/odoo-server/odoo/http.py", line 1588, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/odoo/odoo-server/odoo/service/model.py", line 133, in retrying result...