如何在qweb中呈现字符串?

时间:2017-09-24 18:58:29

标签: python openerp odoo-9 qweb

我试图在qweb模板的元素上插入和objet值:

我的代码:

<img t-att-src="'/report/barcode/Code128/%s' %(str(order.sequence_number).zfill(18))" 
                        style="width:250px;height:50px;"/>

我试图扩展pos收据以打印条形码.... 如果我这样做它可以工作,但我需要用格式化的sequence_code替换 mycode

<img t-att-src="'/report/barcode/Code128/*mycode*'" 
                        style="width:250px;height:50px;"/>

0 个答案:

没有答案