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.

74 lines
2.1 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. Allows multiple selection on many2many_tags widget
  6. ==================================================
  7. In a many2many_tags widget when a lot of entries should be selected it's
  8. fastidious to select 80% of them. Then you may click on 'search more',
  9. but impossible to select several attributes at once.
  10. This module adds a checkbox to this list so multiple entries can be selected
  11. at once.
  12. Installation
  13. ============
  14. It was tested on Odoo 7.0 branch.
  15. Configuration
  16. =============
  17. Once installed, there is nothing else to do.
  18. Usage
  19. =====
  20. Open the `search more...` popup on any ``many2many_tags`` widget.
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/162/7.0
  24. Known issues / Roadmap
  25. ======================
  26. * allow multi selection in drop-down.
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  30. In case of trouble, please check there if your issue has already been reported.
  31. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
  32. web/issues/new?body=module:%20
  33. web_widget_many2many_tags_multi_selection%0Aversion:%20
  34. 7.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  35. Credits
  36. =======
  37. Contributors
  38. ------------
  39. * Sylvain Calador <sylvain.calador@akretion.com>
  40. * Pierre Verkest <pverkest@anybox.fr>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit http://odoo-community.org.