diff --git a/printer.py b/printer.py
index 808fd83..4abef2d 100644
--- a/printer.py
+++ b/printer.py
@@ -14,6 +14,9 @@ class Printer(Device, ModelSQL, ModelView):
'Printer'
__name__ = 'sale.printer'
+ zone = fields.Selection([('bar', "Bar"),
+ ('kitchen', "Kitchen"),
+ ('recepcion', "Recection")])
shop = fields.Many2One('sale.shop', "Shop")
api = fields.Many2One('sale.printer_api', "API")
diff --git a/view/printer_form.xml b/view/printer_form.xml
index 75e2556..0f9b4b1 100644
--- a/view/printer_form.xml
+++ b/view/printer_form.xml
@@ -8,4 +8,6 @@
+
+