Files
Odoo-18.0-20251222/web_search_with_and/readme/DESCRIPTION.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

11 lines
420 B
Markdown
Executable File

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"