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

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1017353 in OpenERP Addons: "Convert to Quote is not Working via 
Scheduled Calls"
  https://bugs.launchpad.net/openobject-addons/+bug/1017353

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

Hello Sir,

         sale_crm: I have fix the issue convert to quote is not working via 
Scheduled Calls

Thanks,
Mayur
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1017353-mma/+merge/111793
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1017353-mma.
=== modified file 'sale_crm/wizard/crm_make_sale.py'
--- sale_crm/wizard/crm_make_sale.py	2012-06-13 09:06:57 +0000
+++ sale_crm/wizard/crm_make_sale.py	2012-06-25 08:41:20 +0000
@@ -64,7 +64,9 @@
         """
         if context is None:
             context = {}
-
+        # update context: if come from phonecall, default state values can make the quote crash lp:1017353
+        context.pop('default_state', False)        
+        
         case_obj = self.pool.get('crm.lead')
         sale_obj = self.pool.get('sale.order')
         partner_obj = self.pool.get('res.partner')

_______________________________________________
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