README.rst 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. Product Variants Search by Attributes
  6. =====================================
  7. Allows searching inside the product variant attributes:
  8. * All attributes at once
  9. * Multiple keyword at once
  10. Configuration
  11. =============
  12. #. Add technical settings to your user
  13. #. You may change the searching separator in System Parameter menu: the default one is a space
  14. Usage
  15. =====
  16. To use this module, you need to:
  17. #. Go to product variant menu
  18. #. Make a search as below
  19. .. figure:: product_variant_search_by_attribute/static/description/1.png
  20. :alt: Search with multiple keywords
  21. :width: 600 px
  22. **Search with multiple keywords at once**
  23. Each keywords are split with configured separator, here space.
  24. |
  25. .. figure:: product_variant_search_by_attribute/static/description/2.png
  26. :alt: Result contains the only entry with attributes with `blac` and `16`
  27. :width: 600 px
  28. **Result contains the only entry with attributes with 'blac' and '16'**
  29. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  30. :alt: Try me on Runbot
  31. :target: https://runbot.odoo-community.org/runbot/137/8.0
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues
  35. <https://github.com/OCA/product_variant/issues>`_. In case of trouble, please
  36. check there if your issue has already been reported. If you spotted it first,
  37. help us smashing it by providing a detailed and welcomed feedback.
  38. Credits
  39. =======
  40. Images
  41. ------
  42. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  43. Contributors
  44. ------------
  45. * David BEAL <david.beal@akretion.com>
  46. * Raphaël REVERDY <raphael.reverdy@akretion.com>
  47. Maintainer
  48. ----------
  49. .. image:: https://odoo-community.org/logo.png
  50. :alt: Odoo Community Association
  51. :target: https://odoo-community.org
  52. This module is maintained by the OCA.
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose
  54. mission is to support the collaborative development of Odoo features and
  55. promote its widespread use.
  56. To contribute to this module, please visit https://odoo-community.org.