[IMP] Menu is now working ok in folded mode
[odoo/odoo.git] / addons / outlook / installer.py
index 47d4888..4d0ac1e 100644 (file)
@@ -50,21 +50,18 @@ class outlook_installer(osv.osv_memory):
         'name' : 'Openerp-Outlook-Addin.exe',
         'doc_name' : 'Installation Guide to OpenERP Outlook Plug-in.doc',
         'description' : """
-* Save the Outlook plugĀ­-in.
-* Follows these steps to install outlook plugĀ­in.
-Pre-requirements :
-    1. Python 2.6+ .
-    2. Python for Windows extensions - PyWin32 this module for python must be installed for appropriate version of the Python.
-    3. If With MS Outlook 2007 it is required to install externally "Microsoft Exchange Server MAPI Client and Collaboration Data Objects 1.2.1 (CDO 1.21)".
-       and With MS Outlook2003 Install inbuilt Collaboration Data Objects(CDO) while installing Outlook.
+System requirements:
+    1.  Python 2.6+.
+    2.  Python for Windows extensions (PyWin32); this module must be installed for the appropriate version of Python.
+    3.1 With MS Outlook 2007, install the package Collaboration Data Objects, version 1.2.1, http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2714320D-C997-4DE1-986F-24F081725D36
+    3.2 With MS Outlook 2003, install the builtin Collaboration Data Objects(CDO) while installing Outlook.
 
-How to install openerp-outlook plug-in?
-    1. Save the executable plug-in file.
-    2. Close Outlook Application if Running.
-    3. Run executable plug-in file and the folllow the instruction.
-    
-Note :
-    Please refer README file for dependecies external link, openobject-addons/outlook/README.
+Plugin installation:
+    1.  Save the executable plug-in file.
+    2.  Close the Outlook application if it is open.
+    3.  Run the executable plug-in file, and follow the given instructions.
+
+Please refer to the README file for dependencies (external link: openobject-addons/outlook/README).
 """
         }
 outlook_installer()