commit
e22a09b135
|
@ -98,9 +98,7 @@ class AttachmentQueue(models.Model):
|
||||||
self.run()
|
self.run()
|
||||||
|
|
||||||
def run_as_job(self):
|
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:
|
try:
|
||||||
self._cr.execute(
|
self._cr.execute(
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue