mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
12 lines
553 B
XML
12 lines
553 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="GroupExpand.Buttons">
|
|
<div class="oe_list_buttons">
|
|
<ul id="oe_group_by" class="oe_view_manager_switch oe_button_group oe_right">
|
|
<li class="oe_group_expand"><a id="oe_group_by_expand"><i class="fa fa-expand" id="expand_icon" /></a></li>
|
|
<li class="oe_group_expand"><a id="oe_group_by_reset"><i class="fa fa-compress" id="compress_icon" /></a></li>
|
|
</ul>
|
|
</div>
|
|
</t>
|
|
</templates>
|