<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-name="point_of_sale.TestEPosButton">
        <button type="button"
                class="btn btn-secondary"
                data-tooltip="Test"
                aria-label="Test"
                t-on-click.stop="onClick">
            Test
        </button>
    </t>

</templates>
