How can I make my form fields translatable in odoo 12.0
I have the fields just like that
<field name="product_description" string="Product Description"/>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can I make my form fields translatable in odoo 12.0
I have the fields just like that
<field name="product_description" string="Product Description"/>
You should do that on Python level (where field is declared) using the field attribute translate, e.g.:
product_description = fields.Text(string='Description', translate=True)
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
Translate true not working
Ratkaistu
|
3
toukok. 23
|
4434 | ||
|
0
toukok. 19
|
3670 | |||
|
1
heinäk. 22
|
7237 | |||
|
3
toukok. 25
|
3344 | |||
|
1
huhtik. 25
|
4630 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.