summaryrefslogtreecommitdiff
path: root/addons/point_of_sale/static/src/xml/Screens/PaymentScreen/PaymentMethodButton.xml
blob: dacf7e961852ac208a41306f3e69d4dab7f65b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">

    <t t-name="PaymentMethodButton" owl="1">
        <div class="button paymentmethod"
             t-on-click="trigger('new-payment-line', props.paymentMethod)">
            <div class="payment-name">
                <t t-esc="props.paymentMethod.name" />
            </div>
        </div>
    </t>

</templates>