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.

67 lines
2.7 KiB

9 years ago
  1. .. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
  3. :alt: License: LGPL-3
  4. =========================================
  5. Search for x2x records in advanced search
  6. =========================================
  7. Standard behavior in advanced search for one2many, many2many and many2one fields is to do a `name_search`. This often is not satisfactionary as you might want to search for other properties. There might also be cases where you don't exactly know what you're searching for, then a list of possible options is necessary too. This module enables you to have a full search view to select the record in question, and either select specific records or select them using a search query of its own.
  8. Usage
  9. =====
  10. To use this module, you need to:
  11. * open the advanced search options in a search view
  12. * select a one2many, many2many or many2one field
  13. * select operator `is equal to` or `is not equal to`
  14. * the textfield changes to a many2one selection field where you can search for the record in question
  15. * click *Apply*
  16. To search for properties of linked records (ie invoices for customers with a credit limit higher than X):
  17. * open the advanced search options in a search view
  18. * select a one2many, many2many or many2one field
  19. * select operator `is in selection`
  20. * in the search view that pops up, select the criteria
  21. * select the records you want, or select the top corner box to select all matching records with that criteria
  22. * click *Select*
  23. 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.
  24. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  25. :alt: Try me on Runbot
  26. :target: https://runbot.odoo-community.org/runbot/154/9.0
  27. Known issues / Roadmap
  28. ======================
  29. * When you use *is in selection* search system and choose a domain, it gets
  30. immediately applied, so to add a new condition, you will have to use again
  31. the *Filters* menu.
  32. Credits
  33. =======
  34. Contributors
  35. ------------
  36. * Holger Brunn <hbrunn@therp.nl>
  37. * Vicent Cubells <vicent.cubells@tecnativa.com>
  38. * Jairo Llopis <jairo.llopis@tecnativa.com>
  39. Maintainer
  40. ----------
  41. .. image:: https://odoo-community.org/logo.png
  42. :alt: Odoo Community Association
  43. :target: https://odoo-community.org
  44. This module is maintained by the OCA.
  45. OCA, or the Odoo Community Association, is a nonprofit organization whose
  46. mission is to support the collaborative development of Odoo features and
  47. promote its widespread use.
  48. To contribute to this module, please visit https://odoo-community.org.