18 lines
469 B
Python
18 lines
469 B
Python
{
|
|
'name': 'POS Kitchen ESC/POS Network Printer',
|
|
'version': '1.0',
|
|
'category': 'Sales/Point of Sale',
|
|
'summary': 'Support generic network (IP) ESC/POS printers for kitchen receipts',
|
|
'depends': ['point_of_sale'],
|
|
'data': [
|
|
'views/pos_printer_views.xml',
|
|
],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'pos_kitchen_printer/static/src/**/*',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|