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
22 lines
753 B
ReStructuredText
22 lines
753 B
ReStructuredText
To use this module, you need to:
|
|
|
|
* Open *Filters* in a search view
|
|
* Select any relational field
|
|
* Select operator `is equal to` or `is not equal to`
|
|
* The text field changes to a relational selection field where you
|
|
can search for the record in question
|
|
* Click *Apply*
|
|
|
|
To search for properties of linked records (ie invoices for customers
|
|
with a credit limit higher than X):
|
|
|
|
* Open *Filters* in a search view
|
|
* Select *Add Advanced Filter*
|
|
* Edit the advanced filter
|
|
* Click *Save*
|
|
|
|
Note that you can stack searching for properties: Simply add another
|
|
advanced search in the selection search window. You can do
|
|
this indefinetely, so it is possible to search for moves belonging
|
|
to a journal which has a user who is member of a certain group etc.
|