summaryrefslogtreecommitdiff
path: root/addons/adyen_platforms/static/src/xml/adyen_transactions_templates.xml
blob: 50552e80c6f140df1c1162bb20f96ed04890161c (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <t t-extend="ListView.buttons" t-name="AdyenTransactionsListView.buttons">
        <t t-jquery="button.o_list_button_discard" t-operation="after">
            <button type="button" class="btn btn-primary o_button_sync_transactions">
                Sync Transactions
            </button>
        </t>
    </t>
</templates>