summaryrefslogtreecommitdiff
path: root/addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml
blob: 41b7ee69d823fd76485633278a6d231f6c789b91 (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="CashierName" owl="1">
        <div class="oe_status">
            <span class="username">
                <t t-esc="username" />
            </span>
        </div>
    </t>

</templates>