[FIX] res.users small and medium images has no default value

bzr revid: fme@openerp.com-20120809143153-goevnqtq1l6f0y73
This commit is contained in:
Fabien Meghazi 2012-08-09 16:31:53 +02:00
parent f58ef68d4d
commit 5afe606fd8
1 changed files with 2 additions and 0 deletions

View File

@ -325,6 +325,8 @@ class users(osv.osv):
'context_lang': lambda self, cr, uid, context: context.get('lang', 'en_US'),
'context_tz': lambda self, cr, uid, context: context.get('tz', False),
'image': _get_default_image,
'image_small': _get_default_image,
'image_medium': _get_default_image,
'active' : True,
'menu_id': _get_menu,
'company_id': _get_company,