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>