You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
426 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- vim:fdl=1:
  3. -->
  4. <templates id="template" xml:space="preserve">
  5. <t t-name="AddExportViewMain">
  6. <div class="oe_form_dropdown_section">
  7. <button class="oe_dropdown_toggle oe_dropdown_arrow">Export Current View</button>
  8. <ul class="oe_dropdown_menu">
  9. <li class="oe_sidebar_export_view_xls"><span>Excel</span></li>
  10. </ul>
  11. </div>
  12. </t>
  13. </templates>