summaryrefslogtreecommitdiff
path: root/addons/point_of_sale/static/src/xml/Screens/OrderManagementScreen/ControlButtons/InvoiceButton.xml
blob: 72c85188c2e77eb6dac91c886d95476886d0ba33 (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="InvoiceButton" owl="1">
        <div class="control-button" t-att-class="{ highlight: isHighlighted }">
            <i class="fa fa-file-pdf-o"></i>
            <span> </span>
            <span><t t-esc="commandName"></t></span>
        </div>
    </t>

</templates>