13 lines
336 B
XML
13 lines
336 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates>
|
|
<t t-name="sf_manufacturing.QRCodeWidgetTemplate" owl="1">
|
|
<!-- <div> -->
|
|
<!-- <input type="text" t-att-value="props.value" placeholder="Scan QR code here" /> -->
|
|
<!-- </div> -->
|
|
<div t-esc="props.value">
|
|
|
|
</div>
|
|
</t>
|
|
</templates>
|
|
|