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
467 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2017-2018 Jairo Llopis <jairo.llopis@tecnativa.com>
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <templates>
  5. <t t-extend="SearchView.FilterMenu">
  6. <t t-jquery=".o_filters_menu" t-operation="append">
  7. <li class="divider"/>
  8. <li>
  9. <a class="o_add_advanced_search">Add Advanced Filter</a>
  10. </li>
  11. </t>
  12. </t>
  13. </templates>