I am getting the following exception, while i am using version13.0 with the latest updates of queue
AttributeError: 'queue.job' object has no attribute 'message_subscribe' - - -
File "/opt/application/src/odoo13-addon-queue-job/queue_job/models/queue_job.py", line 246, in _message_post_on_failure
self._message_post_on_failure()
db_record.with_context(_job_edit_sentinel=edit_sentinel).write(vals)
self.message_subscribe(partner_ids=users.mapped("partner_id").ids)
File "/opt/application/src/odoo13-addon-queue-job/queue_job/models/queue_job.py", line 203, in write
job.store()
File "/opt/application/src/odoo13-addon-queue-job/queue_job/controllers/main.py", line 108, in runjob
File "/opt/application/src/odoo13-addon-queue-job/queue_job/job.py", line 561, in store
response = f(*args, **kw)
return self.method(*args, **kw)
File "/opt/application/src/odoo/odoo/http.py", line 515, in response_wrap
File "/opt/application/src/odoo/odoo/http.py", line 915, in __call__
result = self.endpoint(*a, **kw)
Dear Folks,
I am getting the following exception, while i am using version
13.0
with the latest updates ofqueue
Any help would be appreciated Thanks