diff --git a/printer.py b/printer.py index 4abef2d..69839ab 100644 --- a/printer.py +++ b/printer.py @@ -16,7 +16,7 @@ class Printer(Device, ModelSQL, ModelView): zone = fields.Selection([('bar', "Bar"), ('kitchen', "Kitchen"), - ('recepcion', "Recection")]) + ('recepcion', "Recection")], "Zone") shop = fields.Many2One('sale.shop', "Shop") api = fields.Many2One('sale.printer_api', "API")