diff --git a/web_group_expand/README.rst b/web_group_expand/README.rst index be83c94bd..8d62c37c6 100644 --- a/web_group_expand/README.rst +++ b/web_group_expand/README.rst @@ -14,13 +14,13 @@ Group Expand Buttons :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_group_expand + :target: https://github.com/OCA/web/tree/13.0/web_group_expand :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_group_expand + :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_group_expand :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 + :target: https://runbot.odoo-community.org/runbot/162/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -43,7 +43,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -57,6 +57,7 @@ Authors * AvanzOSC * Serv. Tecnol. Avanzados - Pedro M. Baeza * Therp BV +* Xtendoo Contributors ~~~~~~~~~~~~ @@ -66,6 +67,7 @@ Contributors * Pedro M. Baeza * Jay Vora (SerpentCS) for their alternative implementation * Jan Verbeek +* Manuel Calero Maintainers ~~~~~~~~~~~ @@ -80,6 +82,6 @@ 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. +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_group_expand/__manifest__.py b/web_group_expand/__manifest__.py index b45446b37..20d2f1fab 100644 --- a/web_group_expand/__manifest__.py +++ b/web_group_expand/__manifest__.py @@ -1,14 +1,15 @@ { "name": "Group Expand Buttons", "category": "Web", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "license": "AGPL-3", "author": "OpenERP SA, " "AvanzOSC, " "Serv. Tecnol. Avanzados - Pedro M. Baeza, " "Therp BV, " + "Xtendoo, " "Odoo Community Association (OCA)", - "depends": ["web",], - "qweb": ["static/src/xml/expand_buttons.xml",], - "data": ["views/templates.xml",], + "depends": ["web"], + "qweb": ["static/src/xml/expand_buttons.xml"], + "data": ["views/templates.xml"], } diff --git a/web_group_expand/i18n/web_group_expand.pot b/web_group_expand/i18n/web_group_expand.pot index b482f9624..6cf544f80 100644 --- a/web_group_expand/i18n/web_group_expand.pot +++ b/web_group_expand/i18n/web_group_expand.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * web_group_expand +# * web_group_expand # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -15,15 +15,14 @@ msgstr "" #. module: web_group_expand #. openerp-web -#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:12 +#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:0 #, python-format msgid "Collapse groups" msgstr "" #. module: web_group_expand #. openerp-web -#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:8 +#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:0 #, python-format msgid "Expand groups" msgstr "" - diff --git a/web_group_expand/readme/CONTRIBUTORS.rst b/web_group_expand/readme/CONTRIBUTORS.rst index 9c037f882..316d64c63 100644 --- a/web_group_expand/readme/CONTRIBUTORS.rst +++ b/web_group_expand/readme/CONTRIBUTORS.rst @@ -3,3 +3,4 @@ * Pedro M. Baeza * Jay Vora (SerpentCS) for their alternative implementation * Jan Verbeek +* Manuel Calero diff --git a/web_group_expand/static/description/index.html b/web_group_expand/static/description/index.html index 7e1774e9c..e670877cd 100644 --- a/web_group_expand/static/description/index.html +++ b/web_group_expand/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

When grouping a list by a field, this module adds two buttons to expand or collapse all the groups at once.

The buttons appear in the top right, in place of the pagination.

@@ -389,7 +389,7 @@ collapse all the groups at once.

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.

+feedback.

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

@@ -401,6 +401,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • AvanzOSC
  • Serv. Tecnol. Avanzados - Pedro M. Baeza
  • Therp BV
  • +
  • Xtendoo
  • @@ -411,6 +412,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  • Jay Vora (SerpentCS) for their alternative implementation
  • Jan Verbeek <jverbeek@therp.nl>
  • +
  • Manuel Calero <manuelcalerosolis@gmail.com>
  • @@ -420,7 +422,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    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.

    +

    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.