[add] port web_export_view to OpenERP 7

This commit is contained in:
Leonardo Pistone
2013-06-04 11:06:55 +02:00
committed by Pedro M. Baeza
parent d6ee226cd4
commit 5327689b97
6 changed files with 72 additions and 70 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- vim:fdl=1:
-->
<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>