[IMP]CRM: add the section_id and description in crm_phonecall_wizard

bzr revid: sbh@tinyerp.com-20100119065805-nfiprtzuuz4nfcz2
This commit is contained in:
sbh (Open ERP) 2010-01-19 12:28:05 +05:30
parent 450d59d5a5
commit b4e88af134
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ class phonecall2opportunity(wizard.interface):
'probability': data['form']['probability'],
'partner_id': data['form']['partner_id'],
'phonecall_id':phonecall.id,
'section_id':phonecall.section_id.id,
'description':phonecall.description,
})
new_opportunity = opportunity_case_obj.browse(cr, uid, new_opportunity_id)
vals = {