Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2684 มุมมอง

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.


อวตาร
ละทิ้ง