mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
missing api decorator
This commit is contained in:
committed by
Sylvain GARANCHER
parent
975afd7c72
commit
ad5e8b6e46
@@ -223,6 +223,7 @@ class PrintingPrinter(models.Model):
|
||||
location = fields.Char(readonly=True)
|
||||
uri = fields.Char(string='URI', readonly=True)
|
||||
|
||||
@api.multi
|
||||
def print_options(self, format):
|
||||
""" Hook to set print options """
|
||||
options = {}
|
||||
|
||||
Reference in New Issue
Block a user