← Back to team overview

openerp-dev-web team mailing list archive

lp:~openerp-dev/openobject-addons/trunk-typos_in_wizard-bugfix-ind-ach into lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind

 

Anup(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-typos_in_wizard-bugfix-ind-ach into lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.

Requested reviews:
  Husen Daudi (husendaudi)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-typos_in_wizard-bugfix-ind-ach/+merge/58263

Hello,

   Here I have fixed typos in wizard in CRM.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-typos_in_wizard-bugfix-ind-ach/+merge/58263
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.
=== modified file 'crm/wizard/crm_lead_to_opportunity.py'
--- crm/wizard/crm_lead_to_opportunity.py	2011-04-11 08:51:20 +0000
+++ crm/wizard/crm_lead_to_opportunity.py	2011-04-19 10:21:26 +0000
@@ -105,7 +105,7 @@
 
         for lead in lead_obj.browse(cr, uid, context.get('active_ids', []), context=context):
             if lead.state in ['done', 'cancel']:
-                raise osv.except_osv(_("Warning !"), _("Closed/Cancelled Leads Could not convert into Opportunity"))
+                raise osv.except_osv(_("Warning !"), _("Closed/Cancelled Leads can not be converted into Opportunity"))
         return False
 
     def _convert(self, cr, uid, ids, lead, partner_id, stage_ids, context=None):

=== modified file 'crm/wizard/crm_phonecall_to_opportunity.py'
--- crm/wizard/crm_phonecall_to_opportunity.py	2011-01-14 00:11:01 +0000
+++ crm/wizard/crm_phonecall_to_opportunity.py	2011-04-19 10:21:26 +0000
@@ -55,7 +55,7 @@
         case = phonecall_obj.browse(cr, uid, record_id, context=context)
         if case.state in ['done', 'cancel']:
                 raise osv.except_osv(_("Warning"), _("Closed/Cancelled Phone \
-Call Could not convert into Opportunity"))
+Call can not be converted into Opportunity"))
 
 
     def action_apply(self, cr, uid, ids, context=None):


Follow ups