Merge pull request #4429 - MAJOR FIX: Field formatting, single character search & row clicks 🔧 MAJOR: Fix field formatting, single char search & row clicks This resolves three critical issues reported by the user: 1. FIXED COLUMN VALUES: - Replaced manual cell creation with proper Odoo field formatting engine - Added _formatFieldValue() for correct handling of all field types - Boolean fields now show checkboxes instead of "false" text - Many2one fields show proper names instead of IDs - Date/DateTime fields properly formatted - Empty values display correctly instead of showing "false" 2. FIXED SINGLE CHARACTER SEARCH: - Removed restriction that prevented single character searches - Now allows search with any length including single characters - Maintains proper debouncing for performance 3. FIXED ROW CLICK ERROR: - Enhanced row creation with proper Odoo-compatible record data structure - Added required recordData object with id, res_id, data, and record properties - Resolves "Cannot read properties of null (reading 'res_id')" error - Rows now properly integrate with Odoo's native event handlers Technical improvements include native Odoo integration, enhanced field type detection, proper CSS classes, and robust error handling with multiple fallback methods. |
||
|---|---|---|
| .github/workflows | ||
| odex25_base | ||
| README.md | ||
README.md
odex25-standard-modules
This Repo contains general standard modules for all projects.