You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
361 B
13 lines
361 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<templates id="template" xml:space="preserve">
|
|
|
|
<t t-extend="PosTicket">
|
|
<t t-jquery="div[class='pos-sale-ticket']" t-operation="prepend">
|
|
<div class="pos-center-align">
|
|
<img t-att-src="widget.pos.company_logo_base64"/><br />
|
|
</div>
|
|
</t>
|
|
</t>
|
|
|
|
</templates>
|