add field zone to printer
This commit is contained in:
parent
42c819fb7d
commit
50df2c335a
@ -16,7 +16,7 @@ class Printer(Device, ModelSQL, ModelView):
|
|||||||
|
|
||||||
zone = fields.Selection([('bar', "Bar"),
|
zone = fields.Selection([('bar', "Bar"),
|
||||||
('kitchen', "Kitchen"),
|
('kitchen', "Kitchen"),
|
||||||
('recepcion', "Recection")])
|
('recepcion', "Recection")], "Zone")
|
||||||
shop = fields.Many2One('sale.shop', "Shop")
|
shop = fields.Many2One('sale.shop', "Shop")
|
||||||
api = fields.Many2One('sale.printer_api', "API")
|
api = fields.Many2One('sale.printer_api', "API")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user