qweb.xml 355 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <template id="template" xml:space="preserve">
  3. <t t-extend="ListView.buttons">
  4. <t t-jquery="button.oe_list_add" t-operation="replace">
  5. <button t-if="widget.model == 'account.invoice'" class="oe_button oe_new_button oe_highlight" type="button">Boton</button>
  6. </t>
  7. </t>
  8. </template>