コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
13503 ビュー

I know how to use .po files to translate field labels and messages.

However I can not find how to define translations for field.Select options.

Could somone provide an example?

アバター
破棄
最善の回答

You could do it like this where type is a selection field, you need to provide the translation for every value option of the selection field:

#. module: fetchmail

#: selection:fetchmail.server,type:0

msgid "Local Server"

msgstr "Servidor Local"

アバター
破棄

Can this be done from the web UI (Odoo13) ?

I think that it could be done from web UI too, get examples from the menu Translated Terms by using custom filter with Type = Selection

関連投稿 返信 ビュー 活動
0
3月 15
2751
0
5月 21
4260
1
8月 15
13147
2
3月 15
5456
4
5月 23
9093