mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
* Fixed the issue of expand shrink buttons showing on discuss menu. * Added debounce event when buttons are clicked. * Fixed the issue of buttons are added in FavoriteMenu. * Restructured the code to fix other various issue like only display group by expand buttons if group by button is visible. NOTE: Earlier code was not honoring disable_groupby by flag in searchview
26 lines
621 B
Python
26 lines
621 B
Python
{
|
|
"name": "Group Expand Buttons",
|
|
'summary': """
|
|
Enables expanding/reset all groups in list view
|
|
""",
|
|
"version": "11.0.1.0.1",
|
|
"category": "Web",
|
|
"author": "OpenERP SA, "
|
|
"AvanzOSC, "
|
|
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/oca/web",
|
|
'license': 'AGPL-3',
|
|
"depends": [
|
|
"web"
|
|
],
|
|
"data": [
|
|
"templates/assets.xml",
|
|
],
|
|
"qweb": [
|
|
"static/src/xml/web_group_expand.xml",
|
|
],
|
|
"installable": True,
|
|
'application': False,
|
|
}
|