[IMP] remove confliction
authorHardik Ansodariy (OpenERP) <han@tinyerp.com>
Mon, 29 Aug 2011 05:47:15 +0000 (11:17 +0530)
committerHardik Ansodariy (OpenERP) <han@tinyerp.com>
Mon, 29 Aug 2011 05:47:15 +0000 (11:17 +0530)
bzr revid: han@tinyerp.com-20110829054715-pics8t7v7t9xyb01

addons/crm/crm_installer.py

index 38d0a10..1c4706a 100644 (file)
@@ -37,7 +37,7 @@ class crm_installer(osv.osv_memory):
         'thunderbird': fields.boolean('Thunderbird', help="Allows you to link your e-mail to OpenERP's documents. You can attach it to any existing one in OpenERP or create a new one."),
         'outlook': fields.boolean('MS-Outlook', help="Allows you to link your e-mail to OpenERP's documents. You can attach it to any existing one in OpenERP or create a new one."),
         'wiki_sale_faq': fields.boolean('Sale FAQ', help="Helps you manage wiki pages for Frequently Asked Questions on Sales Application."),
-        'crm_todo': fields.boolean('CRM TODO', help=" add a todo list in your Opportunities form."),
+        'crm_todo': fields.boolean('CRM TODO', help=" add a crm todo list in your Opportunities form."),
     }
 
     def fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False):