mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG 10.0] web_export_view (#444)
This commit is contained in:
committed by
Pedro M. Baeza
parent
66af04f833
commit
be736df3ad
@@ -1,12 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<templates id="template" xml:space="preserve">
|
||||
<t t-name="AddExportViewMain">
|
||||
<div class="oe_form_dropdown_section">
|
||||
<button class="oe_dropdown_toggle oe_dropdown_arrow">Export Current View</button>
|
||||
<ul class="oe_dropdown_menu">
|
||||
<li class="oe_sidebar_export_view_xls"><span>Excel</span></li>
|
||||
</ul>
|
||||
<t t-name="WebExportTreeViewXls">
|
||||
<div class="o_cp_sidebar btn-group btn-group-sm">
|
||||
<button class="btn btn-default export_treeview_xls" type="button" title="Export xls">
|
||||
<i t-translation="off" class="fa fa-file-excel-o"></i>
|
||||
</button>
|
||||
</div>
|
||||
</t>
|
||||
</templates>
|
||||
</templates>
|
||||
|
||||
Reference in New Issue
Block a user