From 0c6410a221ef66e086feb816b12bf1d0224ca765 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Tue, 26 May 2026 14:10:09 +0700 Subject: [PATCH] docs: add detailed description and feature list to POS UI optimization manifest --- __manifest__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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': [],