You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ====================================
  5. Use AND conditions on omnibar search
  6. ====================================
  7. When searching for records on same field Odoo joins multiple queries with OR.
  8. For example:
  9. * Perform a search for customer "John" on field Name
  10. * Odoo displays customers containing "John"
  11. * Search for "Smith" on same field Name
  12. * Odoo displays customers containing "John" OR "Smith"
  13. With this module installed you can press Shift key before searching for "Smith"
  14. and Odoo finds customers containing "John" AND "Smith"
  15. Usage
  16. =====
  17. * Enter your value in omnibar search field
  18. * Press and hold Shift key
  19. * Select field with mouse or keyboard to perform search on
  20. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  21. :alt: Try me on Runbot
  22. :target: https://runbot.odoo-community.org/runbot/162/8.0
  23. Credits
  24. =======
  25. Contributors
  26. ------------
  27. * Andrius Preimantas <andrius@versada.lt>
  28. Maintainer
  29. ----------
  30. .. image:: http://odoo-community.org/logo.png
  31. :alt: Odoo Community Association
  32. :target: http://odoo-community.org
  33. This module is maintained by the OCA.
  34. OCA, or the Odoo Community Association, is a nonprofit organization whose
  35. mission is to support the collaborative development of Odoo features and
  36. promote its widespread use.
  37. To contribute to this module, please visit http://odoo-community.org.