forked from alaguraj/odoo-testing-addons
20 lines
541 B
Python
20 lines
541 B
Python
{
|
|
'name': 'Dine360 QZ Tray Printer',
|
|
'version': '17.0.1.1',
|
|
'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',
|
|
}
|