Mirrored from GitHub via DevOps Hub
Go to file
Mohamed Eltayar 584a6cabba
Merge PR #4423: Complete Search Solution - All Features Working
Complete solution for search module - All features working in harmony:

 Search input value is permanently preserved
 List updates correctly with filtered results  
 Record counter shows accurate count
 Pagination works properly with search results
 Performance optimized with DOM-first filtering

Technical improvements:
- Hybrid approach: DOM filtering first, data re-rendering as fallback
- Smart state management preserves all search context
- Multiple fallback levels ensure reliability
- Compatible with all Odoo 14 variations

This is the definitive solution with all components working perfectly together.
2025-08-29 19:00:05 +03:00
.github/workflows Update github action file 2025-08-20 12:15:20 +03:00
odex25_base Complete fix: DOM-first filtering with fallback to data rendering - preserves input and updates list correctly 2025-08-29 18:56:10 +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.