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
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
4
dez. 23
|
12322 | ||
|
1
mar. 18
|
4899 | ||
|
0
out. 16
|
3483 | ||
|
4
out. 15
|
4195 | ||
|
0
set. 15
|
4883 |
Hello, you try : [[ formatLang(o['name']) ]] ?