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.

30 lines
957 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2019-Today GRAP (http://www.grap.coop)
  4. @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. -->
  7. <templates id="template" xml:space="preserve">
  8. <t t-extend="PaypadButtonWidget">
  9. <t t-jquery="[t-esc='widget.cashregister.journal.name']" t-operation="before">
  10. <t t-if="widget.cashregister.journal.pos_image">
  11. <div class="cashregister-img">
  12. <img t-att-src="widget.journal_icon_url(widget.cashregister.journal.id)"/>
  13. </div>
  14. </t>
  15. </t>
  16. </t>
  17. <t t-extend="Paymentline">
  18. <t t-jquery="[class='paymentline-name']" t-operation="before">
  19. <div class="paymentline-img">
  20. <img t-att-src="widget.journal_icon_url(line.cashregister.journal.id)"/>
  21. </div>
  22. </t>
  23. </t>
  24. </templates>