diff --git a/__manifest__.py b/__manifest__.py index 8b9a0ba..5f21a88 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -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': [],