mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[add] port web_export_view to OpenERP 7
This commit is contained in:
committed by
Pedro M. Baeza
parent
d6ee226cd4
commit
5327689b97
13
web_export_view/static/xml/web_advanced_export.xml
Normal file
13
web_export_view/static/xml/web_advanced_export.xml
Normal 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>
|
||||
Reference in New Issue
Block a user