Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6087 Zobrazení

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 ?

Avatar
Zrušit
Nejlepší odpověď

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!

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
čvn 16
5314
3
pro 15
1367
0
bře 15
3706
0
úno 19
5534
0
srp 15
3760