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

    <t t-name="BalanceButton" owl="1">
        <div class="header-button balance-button" t-on-click="sendBalance">
            <span class="lock-button">
                Send Balance
            </span>
        </div>
    </t>

</templates>