Skip to content

Commit

Permalink
Merge PR #2599 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Sep 11, 2023
2 parents cfbe640 + d31ec94 commit 6109c66
Show file tree
Hide file tree
Showing 17 changed files with 833 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/web_group_expand/odoo/addons/web_group_expand
6 changes: 6 additions & 0 deletions setup/web_group_expand/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
92 changes: 92 additions & 0 deletions web_group_expand/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
====================
Group Expand Buttons
====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0fb42d09f0995520749d0cb55db14e5ed47e9e037598f2a9ac9e5534887e0666
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/16.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-16-0/web-16-0-web_group_expand
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

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.

One level of groups is expanded or collapsed at a time.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_group_expand%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~

* OpenERP SA
* AvanzOSC
* Serv. Tecnol. Avanzados - Pedro M. Baeza
* Therp BV
* Xtendoo

Contributors
~~~~~~~~~~~~

* Mantavya Gajjar <[email protected]>
* Oihane Crucelaegui <[email protected]>
* Pedro M. Baeza <[email protected]>
* Jay Vora (SerpentCS) for their alternative implementation
* Jan Verbeek <[email protected]>
* Manuel Calero <[email protected]>
* Alvaro Estebanez (brain-tec AG) <[email protected]>
* Mayank Patel <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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 <https://github.com/OCA/web/tree/16.0/web_group_expand>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file added web_group_expand/__init__.py
Empty file.
20 changes: 20 additions & 0 deletions web_group_expand/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Group Expand Buttons",
"category": "Web",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "OpenERP SA, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Therp BV, "
"Xtendoo, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"assets": {
"web.assets_backend": [
"/web_group_expand/static/src/xml/list_controller.xml",
"/web_group_expand/static/src/js/list_controller.esm.js",
],
},
}
31 changes: 31 additions & 0 deletions web_group_expand/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_group_expand
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-02-17 10:45+0000\n"
"Last-Translator: claudiagn <[email protected]>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:0
#, python-format
msgid "Collapse groups"
msgstr "Col·lapsar grups"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:0
#, python-format
msgid "Expand groups"
msgstr "Expandir grups"
31 changes: 31 additions & 0 deletions web_group_expand/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_group_expand
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-10-13 20:46+0000\n"
"Last-Translator: Corneliuus <[email protected]>\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:0
#, python-format
msgid "Collapse groups"
msgstr "Gruppen einklappen"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:0
#, python-format
msgid "Expand groups"
msgstr "Gruppen ausklappen"
31 changes: 31 additions & 0 deletions web_group_expand/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_group_expand
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-09-16 14:00+0000\n"
"Last-Translator: claudiagn <[email protected]>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:12
#, python-format
msgid "Collapse groups"
msgstr "Colapsar grupos"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:8
#, python-format
msgid "Expand groups"
msgstr "Expandir grupos"
31 changes: 31 additions & 0 deletions web_group_expand/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_group_expand
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-20 10:58+0000\n"
"PO-Revision-Date: 2020-04-20 12:59+0200\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:12
#, python-format
msgid "Collapse groups"
msgstr "Groepen inklappen"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:8
#, python-format
msgid "Expand groups"
msgstr "Groepen uitvouwen"
31 changes: 31 additions & 0 deletions web_group_expand/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_group_expand
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-15 06:45+0000\n"
"Last-Translator: Marcel Savegnago <[email protected]>\n"
"Language-Team: none\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:12
#, python-format
msgid "Collapse groups"
msgstr "Recolher grupos"

#. module: web_group_expand
#. openerp-web
#: code:addons/web_group_expand/static/src/xml/expand_buttons.xml:8
#, python-format
msgid "Expand groups"
msgstr "Expandir grupos"
28 changes: 28 additions & 0 deletions web_group_expand/i18n/web_group_expand.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_group_expand
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: web_group_expand
#. openerp-web
#: 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:0
#, python-format
msgid "Expand groups"
msgstr ""
8 changes: 8 additions & 0 deletions web_group_expand/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* Mantavya Gajjar <[email protected]>
* Oihane Crucelaegui <[email protected]>
* Pedro M. Baeza <[email protected]>
* Jay Vora (SerpentCS) for their alternative implementation
* Jan Verbeek <[email protected]>
* Manuel Calero <[email protected]>
* Alvaro Estebanez (brain-tec AG) <[email protected]>
* Mayank Patel <[email protected]>
6 changes: 6 additions & 0 deletions web_group_expand/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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.

One level of groups is expanded or collapsed at a time.
Binary file added web_group_expand/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6109c66

Please sign in to comment.