diff --git a/web_widget_many2many_tags_multi_selection/README.rst b/web_widget_many2many_tags_multi_selection/README.rst index 7d9792a8..9dbcd362 100644 --- a/web_widget_many2many_tags_multi_selection/README.rst +++ b/web_widget_many2many_tags_multi_selection/README.rst @@ -1,58 +1,79 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - -================================================== -Allows multiple selection on many2many_tags widget -================================================== +======================= +Tags multiple selection +======================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github + :target: https://github.com/OCA/web/tree/12.0/web_widget_many2many_tags_multi_selection + :alt: OCA/web +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_many2many_tags_multi_selection + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| 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. This module adds a checkbox to this list so multiple entries can be selected at once. +**Table of contents** -Configuration -============= - -After installation, the behavior of all fields using the 'many2many_tags' widget will be changed automatically. - - +.. contents:: + :local: Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smash it by providing detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. +Credits +======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. +* Akretion +* Jamin Shah Contributors ------------- +~~~~~~~~~~~~ * Sylvain Calador * Jamin Shah * Maxence Groine +* Anand Kansagra -Do not contact contributors directly about support or help with technical issues. - +Maintainers +~~~~~~~~~~~ -Maintainer ----------- +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - 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. -To contribute to this module, please visit https://odoo-community.org. +This module is part of the `OCA/web `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_widget_many2many_tags_multi_selection/__manifest__.py b/web_widget_many2many_tags_multi_selection/__manifest__.py index ed76fc85..efc796a5 100644 --- a/web_widget_many2many_tags_multi_selection/__manifest__.py +++ b/web_widget_many2many_tags_multi_selection/__manifest__.py @@ -2,17 +2,15 @@ { 'name': 'Tags multiple selection', - 'version': '11.0.1.0.1', + 'version': '12.0.1.0.0', 'author': 'Akretion, Odoo Community Association (OCA), Jamin Shah', 'depends': [ 'web', ], - 'demo': [], - 'website': 'https://www.akretion.com', + 'website': 'https://github.com/OCA/web', 'data': [ 'views/web_widget_many2many_tags_multi_selection.xml', ], 'license': 'AGPL-3', 'installable': True, - 'auto_install': False, } diff --git a/web_widget_many2many_tags_multi_selection/i18n/web_widget_many2many_tags_multi_selection.pot b/web_widget_many2many_tags_multi_selection/i18n/web_widget_many2many_tags_multi_selection.pot index 3bffd153..508e7f44 100644 --- a/web_widget_many2many_tags_multi_selection/i18n/web_widget_many2many_tags_multi_selection.pot +++ b/web_widget_many2many_tags_multi_selection/i18n/web_widget_many2many_tags_multi_selection.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" diff --git a/web_widget_many2many_tags_multi_selection/readme/CONFIGURATION.rst b/web_widget_many2many_tags_multi_selection/readme/CONFIGURATION.rst new file mode 100644 index 00000000..812a942f --- /dev/null +++ b/web_widget_many2many_tags_multi_selection/readme/CONFIGURATION.rst @@ -0,0 +1 @@ +After installation, the behavior of all fields using the 'many2many_tags' widget will be changed automatically. diff --git a/web_widget_many2many_tags_multi_selection/readme/CONTRIBUTORS.rst b/web_widget_many2many_tags_multi_selection/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..2ea4b2d7 --- /dev/null +++ b/web_widget_many2many_tags_multi_selection/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Sylvain Calador +* Jamin Shah +* Maxence Groine +* Anand Kansagra diff --git a/web_widget_many2many_tags_multi_selection/readme/DESCRIPTION.rst b/web_widget_many2many_tags_multi_selection/readme/DESCRIPTION.rst new file mode 100644 index 00000000..8f4f69f8 --- /dev/null +++ b/web_widget_many2many_tags_multi_selection/readme/DESCRIPTION.rst @@ -0,0 +1,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. + +This module adds a checkbox to this list so multiple entries can be selected at once. diff --git a/web_widget_many2many_tags_multi_selection/static/description/index.html b/web_widget_many2many_tags_multi_selection/static/description/index.html new file mode 100644 index 00000000..fd9a57da --- /dev/null +++ b/web_widget_many2many_tags_multi_selection/static/description/index.html @@ -0,0 +1,424 @@ + + + + + + +Tags multiple selection + + + +
+

Tags multiple selection

+ + +

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runbot

+

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.

+

This module adds a checkbox to this list so multiple entries can be selected at once.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Akretion
  • +
  • Jamin Shah
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/web project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +