19 lines
698 B
Python
19 lines
698 B
Python
{
|
|
'name': 'POS UI Optimization',
|
|
'version': '1.0',
|
|
'category': 'Sales/Point of Sale',
|
|
'summary': 'Optimize POS UI for low-RAM devices with incremental rendering.',
|
|
'depends': ['point_of_sale'],
|
|
'data': [],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'pos_ui_optimization/static/src/app/generic_components/order_widget/order_widget_patch.js',
|
|
'pos_ui_optimization/static/src/app/generic_components/order_widget/order_widget_patch.xml',
|
|
'pos_ui_optimization/static/src/app/screens/product_screen/product_list/product_list_patch.js',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|