Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2332 Widoki

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?

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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 :(


Awatar
Odrzuć