[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

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,24 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Expand and Collapse Group By</h2>
<h3 class="oe_slogan">A group by list can be expanded and collapased with buttons</h3>
</div>
<div class="oe_span6">
<div class="oe_demo oe_picture oe_screenshot">
<a href="https://www.openerp.com">
<img src="expand_list.png">
</a>
<div class="oe_demo_footer oe_centeralign">Online Demo</div>
</div>
</div>
<div class="oe_span6">
<p class="oe_mt32">
You'll see two buttons <img src="icon.png" width="50" height="35"> 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.
</p>
<div class="oe_centeralign oe_websiteonly">
<a href="mailto:sales@openerp.com" class="oe_button oe_big oe_tacky">Contact Us</a>
</div>
</div>
</div>
</section>