mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] base_report_to_printer: Fix Update Job Cron (#73)
* Fix API issue with Update Job Cron
This commit is contained in:
committed by
Moises Lopez - https://www.vauxoo.com/
parent
555f342d81
commit
95344636cd
@@ -102,7 +102,7 @@ class PrintingServer(models.Model):
|
|||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
@api.multi
|
@api.model
|
||||||
def action_update_jobs(self):
|
def action_update_jobs(self):
|
||||||
if not self:
|
if not self:
|
||||||
self = self.search([])
|
self = self.search([])
|
||||||
|
|||||||
Reference in New Issue
Block a user