mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_group_expand: Migration to 11.0
This commit is contained in:
committed by
Pedro M. Baeza
parent
f9c58fff79
commit
6f261ee58d
@@ -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>
|
||||
11
web_group_expand/static/src/xml/web_group_expand.xml
Normal file
11
web_group_expand/static/src/xml/web_group_expand.xml
Normal 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>
|
||||
Reference in New Issue
Block a user