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

    <t t-name="InvoiceButton" owl="1">
        <div class="control-button">
            <i class="fa fa-file-pdf-o"></i>
            <span> </span>
            <span><t t-esc="commandName"></t></span>
        </div>
    </t>

</templates>
