Hello,
how can i translate the value of this field [[ o['name'] ]] which is the name of the account, i have uset setlang('fr_CH'), but strings have been changed but the value of field havent been
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
how can i translate the value of this field [[ o['name'] ]] which is the name of the account, i have uset setlang('fr_CH'), but strings have been changed but the value of field havent been
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
4
Dez. 23
|
12316 | ||
|
1
März 18
|
4895 | ||
|
0
Okt. 16
|
3483 | ||
|
4
Okt. 15
|
4192 | ||
|
0
Sept. 15
|
4881 |
Hello, you try : [[ formatLang(o['name']) ]] ?