[MIG] web_group_expand: Migration to 11.0

This commit is contained in:
Aldo_Soares
2018-05-15 16:59:33 -03:00
committed by Pedro M. Baeza
parent f9c58fff79
commit 6f261ee58d
9 changed files with 117 additions and 80 deletions

View File

@@ -1,11 +0,0 @@
<?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>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<template xml:space="preserve">
<t t-extend="SearchView.FavoriteMenu">
<t t-jquery=".o_favorites_menu" t-operation="after">
<div class="toggle_buttons">
<button id="oe_group_by_expand" class="fa fa-expand btn btn-icon"/>
<button id="oe_group_by_reset" class="fa fa-compress btn btn-icon"/>
</div>
</t>
</t>
</template>