[ADD] New module <web_group_expand>

This commit is contained in:
Mantavya Gajjar
2015-08-11 12:05:35 +02:00
committed by BT-aestebanez
parent cf0fd15ebd
commit 739e83c55e
8 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name" : "Group Expand Buttons",
"category": "Hidden",
"version" : '1.0',
"author" : 'OpenERP SA',
"description":
"""
A group by list can be expanded and collapased with buttons
===============================================================
You'll see two buttons appear on top right corner of the list when you perform a group by with which you can expand and collapse grouped records by level.
""",
"depends" : ["web"],
"js": ["static/src/js/web_group_expand.js"],
'qweb' : ["static/src/xml/expand_buttons.xml"],
'css' : ["static/src/css/expand_buttons.css"],
'installable': True,
'auto_install': False,
}