commit
03d36ab0cc
|
|
@ -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.",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue