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
Create an account today to enjoy exclusive features and engage with our awesome community!
PrijaviRelated Posts | Odgovori | Prikazi | Aktivnost | |
---|---|---|---|---|
|
4
dec. 23
|
12316 | ||
|
1
mar. 18
|
4895 | ||
|
0
okt. 16
|
3483 | ||
|
4
okt. 15
|
4192 | ||
|
0
sep. 15
|
4881 |
Hello, you try : [[ formatLang(o['name']) ]] ?