[FIX] attachment queue job description

pull/2726/head
Florian da Costa 2023-10-10 10:09:19 +02:00
parent 462a3db5d6
commit 022259bc56
1 changed files with 1 additions and 3 deletions

View File

@ -96,9 +96,7 @@ class AttachmentQueue(models.Model):
self.run()
def run_as_job(self):
"""
Run the process for an individual attachment queue from a async job
"""
"""Run the process for an individual attachment queue from a async job"""
try:
self._cr.execute(
"""