Migrate web_export_view to v 8.0

This commit is contained in:
Adil Houmadi
2014-07-26 14:37:23 +02:00
committed by Pedro M. Baeza
parent a77212bddf
commit 093b023bd7
10 changed files with 150 additions and 86 deletions

View File

@@ -0,0 +1,12 @@
<?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>
</div>
</t>
</templates>