mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] New module <web_group_expand>
This commit is contained in:
committed by
BT-aestebanez
parent
cf0fd15ebd
commit
739e83c55e
19
web_group_expand/__openerp__.py
Normal file
19
web_group_expand/__openerp__.py
Normal 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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user