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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
4
dic 23
|
12313 | ||
|
1
mar 18
|
4895 | ||
|
0
oct 16
|
3483 | ||
|
4
oct 15
|
4191 | ||
|
0
sept 15
|
4881 |
Hello, you try : [[ formatLang(o['name']) ]] ?