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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <templates>
  5. <t t-name="web_advanced_search_x2x.proposition">
  6. <t t-if="widget.x2x_widget_name()">
  7. <div class="x2x_container"/>
  8. </t>
  9. <t t-if="!widget.x2x_widget_name()">
  10. <input type="text"/>
  11. </t>
  12. </t>
  13. </templates>