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.

17 lines
562 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="PaymentScreen-Paymentmethods">
  9. <t t-jquery="[t-esc='cashregister.journal_id[1]']" t-operation="before">
  10. <img t-att-src="widget.journal_icon_url(cashregister.journal_id[0])"
  11. class="journal-image"/>
  12. </t>
  13. </t>
  14. </templates>