summaryrefslogtreecommitdiff
path: root/addons/point_of_sale/static/src/xml/Popups/EditListInput.xml
blob: b33a51613b884d87d161110a11d5f504a04b6248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">

    <t t-name="EditListInput" owl="1">
        <div>
            <input type="text" t-model="props.item.text" class="popup-input list-line-input"
                   placeholder="Serial/Lot Number" t-on-keyup="onKeyup" />
            <i class="oe_link_icon fa fa-trash-o" role="img" aria-label="Remove" title="Remove"
               t-on-click="trigger('remove-item', props.item)"></i>
        </div>
    </t>

</templates>