mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
@@ -1,3 +0,0 @@
|
|||||||
.o_main_content .o_list_buttons {
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -3,21 +3,22 @@
|
|||||||
<t t-extend="ListView.buttons">
|
<t t-extend="ListView.buttons">
|
||||||
|
|
||||||
<t t-jquery="button.o_list_button_add" t-operation="after">
|
<t t-jquery="button.o_list_button_add" t-operation="after">
|
||||||
|
<div class="btn-group o_dropdown">
|
||||||
|
<button name="select_columns" id="select_columns"
|
||||||
|
class="oe_select_columns btn btn-default btn-sm dropdown-toggle"
|
||||||
|
data-toggle="dropdown">
|
||||||
|
Set Columns
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
<button name="select_columns" id="select_columns"
|
<ul id="showcb" class="dropdown-menu" style="padding:10px">
|
||||||
class="oe_select_columns btn btn-default btn-sm dropdown-toggle dropdown-toggle"
|
<li>
|
||||||
data-toggle="dropdown">
|
<button name="apply" id="apply" class="oe_dropdown_btn btn btn-primary btn-block">
|
||||||
Set Columns
|
Apply
|
||||||
<span class="caret"></span>
|
</button>
|
||||||
</button>
|
</li>
|
||||||
|
</ul>
|
||||||
<ul id="showcb" class="dropdown-menu" style="max-height:320px; overflow:auto;padding: 3px 10px;right:0px;left:auto;">
|
</div>
|
||||||
<li>
|
|
||||||
<button name="apply" id="apply" class="oe_dropdown_btn btn btn-primary btn-block">
|
|
||||||
Apply
|
|
||||||
</button>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</templates>
|
</templates>
|
||||||
|
|||||||
Reference in New Issue
Block a user