Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-partner_email-mma into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-partner_email-mma/+merge/88191

Hello,

Reproduce the bug :
-------------
step:
1]open a Sales/Phone Calls/Scheduled Calls form view and create record and then 
convert to Opportunities
2]so, here partner all details are fetch but email is missing

Fix
-----
I Have added a email_from field in convert_opportunity method

Thanks.
Mayur Mahehswari [ mma ]
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-partner_email-mma/+merge/88191
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-partner_email-mma.
=== modified file 'crm/crm_phonecall.py'
--- crm/crm_phonecall.py	2011-12-21 13:10:28 +0000
+++ crm/crm_phonecall.py	2012-01-11 12:11:26 +0000
@@ -251,6 +251,7 @@
                             'priority': call.priority,
                             'type': 'opportunity', 
                             'phone': call.partner_phone or False,
+                            'email_from': default_contact and default_contact.email,
                         })
             vals = {
                     'partner_id': partner_id,

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to