20 lines
536 B
Python

{
'name': 'Dine360 QZ Tray Printer',
'version': '1.0',
'category': 'Point of Sale',
'summary': 'Integrate Odoo POS with Star/Epson Printers via QZ Tray.',
'depends': ['point_of_sale'],
'data': [
'views/pos_config_views.xml',
],
'assets': {
'point_of_sale._assets_pos': [
'dine360_qz_printer/static/src/js/qz-tray.js',
'dine360_qz_printer/static/src/js/qz_wrapper.js',
],
},
'installable': True,
'application': False,
'license': 'LGPL-3',
}