I have an Error message that needs to be displayed in Spanish using internationalization but the internalization does not seem to work for osv.except_osv
raise osv.except_osv(('Warning'), (' First name is Mandatory ') )
How do I solve this issue ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have an Error message that needs to be displayed in Spanish using internationalization but the internalization does not seem to work for osv.except_osv
raise osv.except_osv(('Warning'), (' First name is Mandatory ') )
How do I solve this issue ?
It is easy like that...
Import the method:
from openerp.tools.translate import _
And use the method to make your python text translateable...
raise osv.except_osv(_('Warning'), _(' First name is Mandatory ') )
That's it!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
0
มิ.ย. 16
|
5307 | ||
|
3
ธ.ค. 15
|
1367 | ||
|
0
มี.ค. 15
|
3702 | ||
|
0
ก.พ. 19
|
5519 | ||
|
0
ส.ค. 15
|
3749 |