Khushboo Bhatt(openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-traceback-issues-kbh into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-traceback-issues-kbh/+merge/135840

Hello,
  CRM:
    I have fixed the traceback of scheduled calls, click on schedule other call 
and select Action = Log a call. Click on Log Call button.


Thanks,
KBH.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-traceback-issues-kbh/+merge/135840
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-traceback-issues-kbh.
=== modified file 'crm/crm_phonecall.py'
--- crm/crm_phonecall.py	2012-10-12 12:45:13 +0000
+++ crm/crm_phonecall.py	2012-11-23 09:11:21 +0000
@@ -127,6 +127,8 @@
                 section_id = call.section_id and call.section_id.id or False
             if not user_id:
                 user_id = call.user_id and call.user_id.id or False
+            if not schedule_time:
+                schedule_time = call.date
             vals = {
                     'name' : call_summary,
                     'user_id' : user_id or False,

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to