Update manifest: version 2.0 with enhanced server-side search capabilities

This commit is contained in:
Mohamed Eltayar 2025-08-29 15:34:37 +03:00
parent fd52b2db08
commit dff44cd612
1 changed files with 27 additions and 7 deletions

View File

@ -6,20 +6,40 @@
#
###############################################################################
{
'name': 'General Search in Tree/List View',
'category': 'Report',
'summary': 'General Search in Tree/List View',
'version': '14.0.1.0',
'name': 'General Search in Tree/List View - All Records',
'category': 'Tools',
'summary': 'Search across all records in tree/list views, not just visible ones',
'version': '14.0.2.0',
'license': 'OPL-1',
'description': """User allow to search for all fields value in tree view.""",
'depends': ['base'],
'description': """
Enhanced General Search in Tree/List View
==========================================
This module adds a powerful search functionality to all tree/list views that:
* Searches across ALL records in the database, not just visible ones
* Supports Arabic text normalization and search
* Searches in all visible fields automatically
* Shows count of found records
* Uses server-side filtering for better performance
* Includes a delay mechanism to avoid excessive server requests
Features:
---------
* Real-time search with 500ms debounce
* Arabic text support with normalization
* Search in multiple field types (char, text, many2one, numbers)
* Clear button to reset search
* Found records counter
* Maintains original view filters
""",
'depends': ['base', 'web'],
'author': "Fortutech IMS Pvt. Ltd.",
'website': "http://www.fortutechims.com",
'data': [
'views/assets.xml',
],
"installable": True,
"application": True,
"application": False,
"auto_install": False,
"images": ['static/description/banner.png'],
}