[FIX] avoid to have lead emails in cc when forward to partner with geo assign

bzr revid: tfr@openerp.com-20110207123153-qig4thicpe3y855a
This commit is contained in:
Thibault Francois 2011-02-07 13:31:53 +01:00
parent 591782def9
commit adff989502
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class crm_lead_forward_to_partner(osv.osv_memory):
defaults.update({
'subject' : '%s: %s' % (_('Fwd'), lead.name),
'body' : body,
'email_cc' : ''
})
return defaults