[FIX] base: Remove the default value for the image

bzr revid: stw@openerp.com-20120831141415-gqsvhh08fum874gn
This commit is contained in:
Stephane Wirtel 2012-08-31 16:14:15 +02:00
parent 8d08d5a1b9
commit 31025afe28
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ class res_users(osv.osv):
'company_id': _get_company,
'company_ids': _get_companies,
'groups_id': _get_group,
'image': lambda self, cr, uid, context: self._get_default_image(cr, uid, context),
}
def fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False):