【发布时间】:2018-02-22 13:03:36
【问题描述】:
我创建了一个带有一些标准的产品代码..
我的条形码长度约为 26-30 个字符..
我可以正确打印条形码,但扫描/读取时没有获得价值..
我的条形码:
47789456789234/100001|417-19D
print_barcode.xml
<img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' %
('Code128', l.lot_id.name, 600, 100)"
style="width:300px;height:50px;" />
谁能帮我解决这个问题。
【问题讨论】: