forked from alaguraj/odoo-testing-addons
19 lines
547 B
Python
19 lines
547 B
Python
{
|
|
'name': 'Dine360 POS Navbar',
|
|
'version': '17.0.1.0',
|
|
'category': 'Point of Sale',
|
|
'summary': 'Custom POS Navbar mimicking Odoo 19 style',
|
|
'depends': ['point_of_sale'],
|
|
'data': [],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'dine360_pos_navbar/static/src/css/pos_navbar.css',
|
|
'dine360_pos_navbar/static/src/js/pos_navbar.js',
|
|
'dine360_pos_navbar/static/src/xml/pos_navbar.xml',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|