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.

14 lines
629 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates id="template" xml:space="preserve">
  3. <t t-extend="PaymentScreenWidget">
  4. <t t-jquery="t[t-if='widget.pos.config.module_account'] t[t-if='widget.pos.get_order()']" t-operation="append">
  5. <t t-if="widget.pos.config.iface_invoice_mail and widget.pos.config.invoice_mail_template_id">
  6. <div t-attf-class='button js_send_mail #{ widget.pos.get_order().is_to_send_mail() ? "highlight" : ""} '>
  7. <i class='fa fa-envelope-open-o' /> Send Invoice by Email
  8. </div>
  9. </t>
  10. </t>
  11. </t>
  12. </templates>