[IMP] Remove 'message_email_pref' field.

bzr revid: bth@tinyerp.com-20120829132420-9c2mqv2pzg10z0co
This commit is contained in:
Bhumi Thakkar (Open ERP) 2012-08-29 18:54:20 +05:30
parent fcfa02f700
commit 26a2b7378d
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ class share_wizard(osv.TransientModel):
'email': new_user,
'groups_id': [(6,0,[group_id])],
'share': True,
'message_email_pref': 'all',
'company_id': current_user.company_id.id
}, context)
new_line = { 'user_id': user_id,