add field zone to printer

This commit is contained in:
sinergia 2023-07-22 13:15:48 -05:00
parent 42c819fb7d
commit 50df2c335a

View File

@ -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")