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!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
|
4
груд. 23
|
12316 | ||
|
1
бер. 18
|
4895 | ||
|
0
жовт. 16
|
3483 | ||
|
4
жовт. 15
|
4192 | ||
|
0
вер. 15
|
4881 |
Hello, you try : [[ formatLang(o['name']) ]] ?