Bojan Nišević
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...
I have the same issue. Can not find video config which works. Does anybody have working conf for video recording on Ubuntu 22.04?
If [houzefa-abba](https://github.com/houzefa-abba) already fixed the attachment_preview, and that was the only missing part. Why we do not have v16 release yet?