mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] base_report_to_printer: A button method should be @api.multi
This commit is contained in:
committed by
John Herholz
parent
025f40ffab
commit
7b9f0bcc26
@@ -102,7 +102,6 @@ class PrintingServer(models.Model):
|
||||
|
||||
return res
|
||||
|
||||
@api.model
|
||||
def action_update_jobs(self):
|
||||
if not self:
|
||||
self = self.search([])
|
||||
|
||||
Reference in New Issue
Block a user