跳至內容
選單
此問題已被標幟
1 回覆
2714 瀏覽次數

I have develop a custom module to add custom field to res.partner field. I have use help="some text regarding my field" parameter to show tool tip. I have written my help text in English, how can i convert this text to user preference language?.  

頭像
捨棄
最佳答案

Hi,

To achieve this you have to manage translate file *.po for particular language. And in that *.po file you have to write down your conversion of that particular language. thats it.

Odoo will convert your help message according to user preference language.


頭像
捨棄