voucher.xml 610 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <template xml:space="preserve">
  3. <t t-name="partner_print_voucher.PrintVoucher">
  4. <button class="print_voucher oe_stat_button btn btn-default oe_inline">
  5. <div class="stat_button_icon fa fa-exchange"></div>
  6. <div>Imprimir recibo</div>
  7. </button>
  8. <!-- <ul class="oe_dropdown_menu oe_opened">
  9. <li class="oe_sidebar_print">
  10. <a class="oe_sidebar_action_a print_voucher" target="_blank" data-index="0" data-section="print">Recibo de dinero</a>
  11. </li>
  12. </ul> -->
  13. </t>
  14. </template>