missing api decorator

This commit is contained in:
Guewen Baconnier
2014-11-17 14:20:56 +01:00
parent e8536d4c95
commit fa77924912

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