docs: add detailed description and feature list to POS UI optimization manifest
This commit is contained in:
parent
945db1d0c2
commit
0c6410a221
@ -3,6 +3,19 @@
|
||||
'version': '1.0',
|
||||
'category': 'Sales/Point of Sale',
|
||||
'summary': 'Optimize POS UI for low-RAM devices with incremental rendering (Odoo 19).',
|
||||
'description': """
|
||||
POS UI Optimization
|
||||
===================
|
||||
|
||||
This module optimizes the Point of Sale user interface for resource-constrained devices
|
||||
and introduces a dedicated compact portrait display mode for 6-inch touchscreen terminals.
|
||||
|
||||
Features
|
||||
--------
|
||||
1. Incremental Product Rendering: Progressive loading of product catalogues on scroll.
|
||||
2. Incremental Order Line Rendering: Progressive loading of order lines in the cart.
|
||||
3. Portrait Display Mode: Single-pane responsive layout for mobile POS terminals.
|
||||
""",
|
||||
'author': "Suherdy Yacob",
|
||||
'depends': ['point_of_sale'],
|
||||
'data': [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user