[FIX] attachment queue job description
parent
462a3db5d6
commit
022259bc56
|
@ -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(
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue