Hi,
When we want to mark tasks created by other users as ready we keep getting this error.
Traceback (most recent call last): File "/opt/approot/build.20221220-120507-a3b7c71c/parts/odoo/odoo/http.py", line 644, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/approot/build.20221220-120507-a3b7c71c/parts/odoo/odoo/http.py", line 302, in _handle_exception raise exception.with_traceback(None) from new_cause TypeError: message_post_with_template() takes 2 positional arguments but 4 were given
What could be the cause of this and how can we fix this?