Update: Enhanced manifest with version 2.1 improvements

- Updated version to 2.1 to reflect the major fixes and improvements
- Added detailed changelog of all fixes applied
- Enhanced description with new capabilities and improvements
This commit is contained in:
Mohamed Eltayar 2025-08-29 22:30:12 +03:00
parent 60b798a142
commit 6c4f98a02b
1 changed files with 19 additions and 4 deletions

View File

@ -9,7 +9,7 @@
'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',
'version': '14.0.2.1',
'license': 'OPL-1',
'description': """
Enhanced General Search in Tree/List View
@ -22,15 +22,30 @@
* Shows count of found records
* Uses server-side filtering for better performance
* Includes a delay mechanism to avoid excessive server requests
* FIXED: Proper handling when clearing search (empty input)
* FIXED: Clickable records with proper Odoo integration
* FIXED: Correct field value formatting and display
Features:
---------
* Real-time search with 500ms debounce
* Arabic text support with normalization
* Search in multiple field types (char, text, many2one, numbers)
* Search in multiple field types (char, text, many2one, numbers, selection)
* Clear button to reset search
* Found records counter
* Maintains original view filters
* Found records counter with accurate results
* Maintains original view filters and sorting
* Proper integration with Odoo's rendering system
* Enhanced error handling and fallback mechanisms
* Optimized performance for large datasets
Version 2.1 Improvements:
-------------------------
* Fixed empty search handling - properly clears when deleting last character
* Fixed record clicking issue by using proper Odoo state management
* Improved field value formatting using Odoo's native rendering
* Enhanced Arabic text normalization and search capabilities
* Better error handling and fallback mechanisms
* Optimized performance and reduced server requests
""",
'depends': ['base', 'web'],
'author': "Fortutech IMS Pvt. Ltd.",