跳至内容
菜单
此问题已终结
1 回复
2319 查看

Hi,
I need to use the len() function and html_sanitize() in a template that I have created in openerp.
Can you help me please and tell me how to do that?

形象
丢弃
编写者 最佳答案

Please help me
I have tried
 - ${len(object.message_ids)}
 - %  len(object.message_ids)
 - len(${object.message_ids})

But no one is working.

How should I do to get it??
I need your help please :(


形象
丢弃