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
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
4
déc. 23
|
12322 | ||
|
1
mars 18
|
4899 | ||
|
0
oct. 16
|
3483 | ||
|
4
oct. 15
|
4195 | ||
|
0
sept. 15
|
4883 |
Hello, you try : [[ formatLang(o['name']) ]] ?