21 lines
609 B
XML
21 lines
609 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
|
|
<t t-name="sf_machine_connect.CodeField" owl="1">
|
|
<div class="o_field_many2one_selection">
|
|
<button
|
|
t-on-click="onBarcodeBtnClick"
|
|
type="button"
|
|
class="btn ms-3 o_barcode"
|
|
tabindex="-1"
|
|
draggable="false"
|
|
aria-label="Scan barcode"
|
|
title="Scan barcode"
|
|
data-tooltip="Scan barcode"
|
|
/>
|
|
</div>
|
|
|
|
</t>
|
|
|
|
</templates>
|