Files
web/web_group_expand/__manifest__.py
Meet Dholakiya 442f5b7d61 [IMP/Fix]Improved group by functionality. (#941)
* 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
2018-06-07 20:57:22 +02:00

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,
}