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.

16 lines
513 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates id="template" xml:space="preserve">
  3. <t t-extend="PosTicket">
  4. <t t-jquery="div[class='receipt-user']" t-operation="replace">
  5. <div class="receipt-user">
  6. User:
  7. <t t-if="widget.pos.config.receipt_salesman_firstname" t-esc="widget.pos.get_cashier().firstname"/>
  8. <t t-else="" t-esc="widget.pos.get_cashier().name"/>
  9. <br />
  10. </div>
  11. </t>
  12. </t>
  13. </templates>