missing api decorator

This commit is contained in:
Guewen Baconnier
2014-11-17 14:20:56 +01:00
committed by Sylvain GARANCHER
parent 975afd7c72
commit ad5e8b6e46

View File

@@ -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 = {}