将扫描rfid绑定并开启装夹工单写成widget形式
This commit is contained in:
12
sf_manufacturing/static/src/xml/qr.xml
Normal file
12
sf_manufacturing/static/src/xml/qr.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
|
||||
Reference in New Issue
Block a user