diff --git a/addons/marketing_campaign_crm_demo/marketing_campaign_demo.xml b/addons/marketing_campaign_crm_demo/marketing_campaign_demo.xml index ee11fbcdb75..abf29f2c011 100644 --- a/addons/marketing_campaign_crm_demo/marketing_campaign_demo.xml +++ b/addons/marketing_campaign_crm_demo/marketing_campaign_demo.xml @@ -34,137 +34,113 @@ - Thanks for showing interest in OpenERP - info@tinyerp.com - + Thanks for showing interest in OpenERP + info@tinyerp.com - - - Hello,Thanks for generous interest you have shown in the openERP.Regards,OpenERP Team, - mako + + + Hello,Thanks for generous interest you have shown in the openERP.Regards,OpenERP Team, For OpenERP OnDemand Free Trial 2010 - crm.lead - Propose to subscribe to the OpenERP Discovery Day on May 2010 - info@tinyerp.com - + Propose to subscribe to the OpenERP Discovery Day on May 2010 + info@tinyerp.com - - - Hello,We have very good offer that might suit you. + + + Hello,We have very good offer that might suit you. We propose you to subscribe to the OpenERP Discovery Day on May 2010. If any further information required kindly revert back. We really appreciate your co-operation on this. Regards,OpenERP Team, - mako For OpenERP Discovery Day on May 2010 - crm.lead - Thanks for subscribing to the OpenERP Discovery Day - info@tinyerp.com - + Thanks for subscribing to the OpenERP Discovery Day + info@tinyerp.com - - - Hello,Thanks for showing intrest and for subscribing to the OpenERP Discovery Day. + + + Hello,Thanks for showing intrest and for subscribing to the OpenERP Discovery Day. If any further information required kindly revert back. I really appreciate your co-operation on this. Regards,OpenERP Team, - mako For OpenERP Discovery Day - crm.lead - Thanks for buying the OpenERP book - info@tinyerp.com - + Thanks for buying the OpenERP book + info@tinyerp.com - - - Hello,Thanks for showing intrest and buying the OpenERP book. + + + Hello,Thanks for showing intrest and buying the OpenERP book. If any further information required kindly revert back. I really appreciate your co-operation on this. Regards,OpenERP Team, - mako For OpenERP book - crm.lead - Propose a free technical training to Gold partners - info@tinyerp.com - + Propose a free technical training to Gold partners + info@tinyerp.com - - - Hello, We have very good offer that might suit you. + + + Hello, We have very good offer that might suit you. For our gold partners,We are arranging free technical training on june,2010. If any further information required kindly revert back. I really appreciate your co-operation on this. Regards,OpenERP Team, - mako For technical training to Gold partners - crm.lead - Propose paid training to Silver partners - info@tinyerp.com - + Propose paid training to Silver partners + info@tinyerp.com - - - Hello, We have very good offer that might suit you. + + + Hello, We have very good offer that might suit you. For our silver partners,We are paid technical training on june,2010. If any further information required kindly revert back. I really appreciate your co-operation on this. Regards,OpenERP Team, - mako For training to Silver partners - crm.lead - Propose gold partnership to silver partners - info@tinyerp.com - + Propose gold partnership to silver partners + info@tinyerp.com - - - Hello, We have very good offer that might suit you. + + + Hello, We have very good offer that might suit you. For our silver partners,We are offering Gold partnership. If any further information required kindly revert back. I really appreciate your co-operation on this. Regards,OpenERP Team, - mako For gold partnership to silver partners - crm.lead - Thanks for subscribing to technical training - info@tinyerp.com - + Thanks for subscribing to technical training + info@tinyerp.com - - - Hello, Thanks for showing intrest and for subscribing to technical training.If any further information required kindly revert back.I really appreciate your co-operation on this. + + + Hello, Thanks for showing intrest and for subscribing to technical training.If any further information required kindly revert back.I really appreciate your co-operation on this. Regards,OpenERP Team, - mako For subscribing to technical training - crm.lead diff --git a/addons/survey/wizard/survey_answer.py b/addons/survey/wizard/survey_answer.py index f913f922c55..b49c9c7d156 100644 --- a/addons/survey/wizard/survey_answer.py +++ b/addons/survey/wizard/survey_answer.py @@ -528,8 +528,8 @@ class survey_question_wiz(osv.osv_memory): Create the Answer of survey and store in survey.response object, and if set validation of question then check the value of question if value is wrong then raise the exception. """ if context is None: context = {} - - survey_question_wiz_id = super(survey_question_wiz,self).create(cr, uid, vals, context=context) + + survey_question_wiz_id = super(survey_question_wiz,self).create(cr, uid, {'name': vals.get('name')}, context=context) if context.has_key('active') and context.get('active',False): return survey_question_wiz_id