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.
 
 
 
 
 

12 lines
597 B

<?xml version="1.0" encoding="UTF-8"?>
<!--inherited pos scale screen-->
<templates id="template" xml:space="preserve">
<t t-name="ScaleScreenExtension" t-inherit="point_of_sale.ScaleScreen"
t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('weight')]" position="before">
<div>
<input t-on-mouseleave="addManualWeight" style="margin: 10px; height: 35px; width: 400px; font-size: 25px;" type="number" step="0.01" id="qty_to_add" class="o_product_qty" placeholder="Enter the value"/>
</div>
</xpath>
</t>
</templates>