diff --git a/web_group_expand/__init__.py b/web_group_expand/__init__.py
new file mode 100644
index 00000000..e69de29b
diff --git a/web_group_expand/__openerp__.py b/web_group_expand/__openerp__.py
new file mode 100644
index 00000000..233dfba4
--- /dev/null
+++ b/web_group_expand/__openerp__.py
@@ -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,
+}
+
diff --git a/web_group_expand/static/description/expand_list.png b/web_group_expand/static/description/expand_list.png
new file mode 100644
index 00000000..a1e15234
Binary files /dev/null and b/web_group_expand/static/description/expand_list.png differ
diff --git a/web_group_expand/static/description/icon.png b/web_group_expand/static/description/icon.png
new file mode 100644
index 00000000..f391ccdf
Binary files /dev/null and b/web_group_expand/static/description/icon.png differ
diff --git a/web_group_expand/static/description/index.html b/web_group_expand/static/description/index.html
new file mode 100644
index 00000000..5e182743
--- /dev/null
+++ b/web_group_expand/static/description/index.html
@@ -0,0 +1,24 @@
+
+
+
+
Expand and Collapse Group By
+
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.
+