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.
 
 
 
 
 

11 lines
495 B

<?xml version="1.0" encoding="utf-8"?>
<templates id="template" inherit_id="point_of_sale_template" xml:space="preserve">
<t t-inherit="point_of_sale.ProductScreen" t-inherit-mode="extension">
<xpath expr="//div[hasclass('pads')]" position="after">
<div style="text-align: center;" t-on-click="NumpadVisibility">
<i class="numpad-toggle fa fa-fw fa-eye fa-2x">
</i>
</div>
</xpath>
</t>
</templates>