20 lines
783 B
Python
20 lines
783 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 (Odoo 19).',
|
|
'depends': ['point_of_sale'],
|
|
'data': [],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'pos_ui_optimization/static/src/app/components/order_display/order_display_patch.js',
|
|
'pos_ui_optimization/static/src/app/components/order_display/order_display_patch.xml',
|
|
'pos_ui_optimization/static/src/app/screens/product_screen/product_screen_patch.js',
|
|
'pos_ui_optimization/static/src/app/screens/product_screen/product_screen_patch.xml',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|