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.

33 lines
1.2 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates id="template" xml:space="preserve">
  3. <t t-extend="ReceiptScreenWidget">
  4. <t t-jquery=".button.print" t-operation="after">
  5. <div class="button print_ticket_without_price">
  6. <i class='fa fa-print'></i> Print Ticket Without Price
  7. </div>
  8. </t>
  9. </t>
  10. <t t-name="PosTicketWithoutPrice" t-extend="PosTicket">
  11. <t t-jquery=".pos-sale-ticket" t-operation="prepend">
  12. <div class="pos-center-align">
  13. TICKET WITHOUT PRICE
  14. </div>
  15. </t>
  16. <t t-jquery="tr[t-foreach='orderlines'] > td:nth-child(3)"
  17. t-operation="attributes">
  18. <attribute name="class">oe_hidden</attribute>
  19. </t>
  20. <t t-jquery=".receipt-total" t-operation="attributes">
  21. <attribute name="class">oe_hidden</attribute>
  22. </t>
  23. <t t-jquery=".receipt-paymentlines" t-operation="attributes">
  24. <attribute name="class">oe_hidden</attribute>
  25. </t>
  26. <t t-jquery=".receipt-change" t-operation="attributes">
  27. <attribute name="class">oe_hidden</attribute>
  28. </t>
  29. </t>
  30. </templates>