Hi! I'm inheriting class and I want to get there language of current logged in user
class hr_employee(osv.osv):
_name = "hr.employee"
_inherit = "hr.employee"
_columns = {
'code': fields.char('Code', size=11, select=True)
}
How can I do so?
hi look in file i18n you can create your translation otherwise : you Have Translation in your Form mode developer
I think about it, but I dont know all cases of this field.
Log in Developer Mode. a dropdown at the top left, you will add a translation