[FIX] hr: typo in a field definition

This commit is contained in:
Thibault Delavallée 2014-06-12 17:32:32 +02:00
parent 5bfba180e8
commit e95545dcf0
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class hr_employee(osv.osv):
"resized as a 128x128px image, with aspect ratio preserved. "\
"Use this field in form views or some kanban views."),
'image_small': fields.function(_get_image, fnct_inv=_set_image,
string="Smal-sized photo", type="binary", multi="_get_image",
string="Small-sized photo", type="binary", multi="_get_image",
store = {
'hr.employee': (lambda self, cr, uid, ids, c={}: ids, ['image'], 10),
},