[FIX] crm_claim: Convert into Opportunities from phonecall , we gave phonecall_id...
authorron@tinyerp.com <>
Wed, 23 Nov 2011 06:28:13 +0000 (11:58 +0530)
committerron@tinyerp.com <>
Wed, 23 Nov 2011 06:28:13 +0000 (11:58 +0530)
bzr revid: ron@tinyerp.com-20111123062813-a7y1emyl6oi1b7gt

addons/crm/crm_phonecall.py

index c49945e..b9bb6d3 100644 (file)
@@ -248,7 +248,6 @@ class crm_phonecall(crm_base, osv.osv):
                             'mobile': default_contact and default_contact.mobile,
                             'section_id': call.section_id and call.section_id.id or False,
                             'description': call.description or False,
-                            'phonecall_id': call.id,
                             'priority': call.priority,
                             'type': 'opportunity', 
                             'phone': call.partner_phone or False,