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.

45 lines
1.5 KiB

  1. Allows multiple selection on many2many_tags widget
  2. ==================================================
  3. In a many2many_tags widget when a lot of entries should be selected it's fastidious to select 80% of them. Then you may click on 'search more', but impossible to select several attributes at once.
  4. This module adds a checkbox to this list so multiple entries can be selected at once.
  5. Installation
  6. ============
  7. It was tested on Odoo 10.0 branch.
  8. Bug Tracker
  9. ===========
  10. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  11. In case of trouble, please check there if your issue has already been reported.
  12. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  13. `here <https://github.com/OCA/web/issues/new?body=module:%20web_widget_many2many_tags_multi_selection%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  14. Credits
  15. =======
  16. Akretion
  17. Contributors
  18. ------------
  19. * Sylvain Calador <sylvain.calador@akretion.com>
  20. * Jamin Shah <jaiminshah2009@gmail.com>
  21. Maintainer
  22. ----------
  23. .. image:: http://odoo-community.org/logo.png
  24. :alt: Odoo Community Association
  25. :target: http://odoo-community.org
  26. This module is maintained by the OCA.
  27. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  28. To contribute to this module, please visit http://odoo-community.org.