mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
* Complete migration to v11 * Refactor to use the new v11 decoupled widgets system * Advanced search is now a high-level feature from the filters menu; it simplifies code a lot, and the UX is even better * Split README system * Add fun to ROADMAP * Addon is renamed to web_advanced_search, since it enhaces the searching experience for all kind of fields now
15 lines
600 B
ReStructuredText
15 lines
600 B
ReStructuredText
Improvements to the ``domain`` widget, not exclusively related to this addon:
|
|
|
|
* Use relational widgets when filtering a relational field
|
|
* Allow to filter field names
|
|
|
|
Improvements to the search view in this addon:
|
|
|
|
* Use widgets ``one2many_tags`` when searching ``one2many`` fields
|
|
* Use widgets ``many2many_tags`` when searching ``many2many`` fields
|
|
* Allow to edit current full search using the advanced domain editor
|
|
* Allow to edit individually any facet from current search using the
|
|
advanced domain editor
|
|
* Beautiful, human-readable, domain representation when adding an
|
|
advanced filter
|