[FIX] base_report_to_printer: A button method should be @api.multi

This commit is contained in:
Sylvain GARANCHER
2017-06-23 14:37:45 +02:00
committed by hda
parent 58e79a7f8a
commit de1c0f8846
26 changed files with 15456 additions and 326 deletions

View File

@@ -102,7 +102,6 @@ class PrintingServer(models.Model):
return res
@api.model
def action_update_jobs(self):
if not self:
self = self.search([])