Port web_search_with_and to version 12.0

This commit is contained in:
David Dufresne
2019-02-22 10:13:41 -05:00
committed by Nedas Žilinskas
parent acf15e016c
commit 14d64b5f7e
6 changed files with 511 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
When searching for records on same field Odoo joins multiple queries with OR.
For example:
* Perform a search for customer "John" on field Name
* Odoo displays customers containing "John"
* Search for "Smith" on same field Name
* Odoo displays customers containing "John" OR "Smith"
With this module installed you can press Shift key before searching for "Smith"
and Odoo finds customers containing "John" AND "Smith"