Openerp 在odoo收据中打印条形码不起作用?代码39格式不工作?

Openerp 在odoo收据中打印条形码不起作用?代码39格式不工作?,openerp,barcode,odoo-9,point-of-sale,receipt,Openerp,Barcode,Odoo 9,Point Of Sale,Receipt,我试过所有这些密码。但它不起作用?事实上,我添加了带有条形码的“*”,但它不起作用。我是否需要配置或更改条形码命名法 <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', '2210000000001', 600, 100)" style="width:300px;height:50px;"/> <barcode enc

我试过所有这些密码。但它不起作用?事实上,我添加了带有条形码的“*”,但它不起作用。我是否需要配置或更改条形码命名法

<img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', '2210000000001', 600, 100)" style="width:300px;height:50px;"/>
<barcode encoding="code128">
<t t-esc='receipt.orderbarcode' />
</barcode>


<barcode encoding="CODE39">
<t t-esc='receipt.orderbarcode' />
</barcode>  

有什么建议吗?

根据标准,您应该尝试使用
Standard39
Extended39
作为编码