Mirrored from GitHub via DevOps Hub
Go to file
Mohamed Eltayar bb68bc9145
🔧 MAJOR: Fix field formatting, single char search & row clicks
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.
2025-08-29 21:46:43 +03:00
.github/workflows Update github action file 2025-08-20 12:15:20 +03:00
odex25_base 🔧 MAJOR FIX: Proper field formatting, single character search, and row click handlers 2025-08-29 21:45:49 +03:00
README.md Add odex25_base 2024-06-24 13:55:54 +03:00

README.md

odex25-standard-modules

This Repo contains general standard modules for all projects.