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.

9 lines
330 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates id="template">
  3. <t t-extend="ReceiptScreenWidget">
  4. <t t-jquery='.pos-receipt-container' t-operation='before'>
  5. <div class="button send">
  6. <i class='fa fa-envelope'></i> Send Receipt By Mail
  7. </div>
  8. </t>
  9. </t>
  10. </templates>