Nimesh Contractor(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-mailplugin-outlookplugin-sync-atp-installer_and_saveMSIfile-nco
 into lp:~openerp-dev/openobject-addons/trunk-mailplugin-outlookplugin-sync-atp.

Requested reviews:
  Atul Patel(OpenERP) (atp-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-mailplugin-outlookplugin-sync-atp-installer_and_saveMSIfile-nco/+merge/84582

Hello sir,

         I have solve the problem of saving the plugin file.
         Change in the Plugin installation steps.
         Change in the view file Description.

 Thanks and Regards,
Nimesh Contractor(NCO).
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-mailplugin-outlookplugin-sync-atp-installer_and_saveMSIfile-nco/+merge/84582
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-mailplugin-outlookplugin-sync-atp.
=== modified file 'outlook/installer.py'
--- outlook/installer.py	2011-11-28 05:07:08 +0000
+++ outlook/installer.py	2011-12-06 09:06:32 +0000
@@ -32,7 +32,7 @@
     def default_get(self, cr, uid, fields, context=None):
         data = super(outlook_installer, self).default_get(cr, uid, fields, context=context)
         data['doc_file'] = 'http://doc.openerp.com/book/2/2_6_Comms/2_6_Comms_outlook.html'
-        file = open(addons.get_module_resource('outlook','plugin','openerp-outlook-plugin_v2.0','OpenERPOutlookPluginSetup','Release','OpenERPOutlookAddin.zip'), 'r')
+        file = open(addons.get_module_resource('outlook','plugin','openerp-outlook-plugin_v2.0','OpenERPOutlookPluginSetup','Release','OpenERPOutlookPluginSetup.msi'), 'r')
         data['plugin_file'] = base64.encodestring(file.read())
         return data
 
@@ -47,18 +47,18 @@
 
     _defaults = {
         'outlook' : True,
-        'name' : 'OpenERPOutlookAddin.zip',
+        'name' : 'OpenERPOutlookPlugin.msi',
         'doc_name' : 'Installation Guide to OpenERP Outlook Plug-in.doc',
         'description' : """
 System requirements:
     1.  MS Outlook 2005 and above.
+    2.  MS .Net Framework 3.5 .
     
 
 Plugin installation:
-    1.  Save the Zipped plug-in file.
+    1.  Save the plug-in file.
     2.  Close the Outlook application if it is open.
-    3.  Extract Zipped File.
-    4.  Run the executable plug-in file (setup.exe).
+    3.  Run the executable plug-in file (OpenERPOutlookPlugin.msi).
 """
         }
 outlook_installer()

=== modified file 'outlook/outlook_installer.xml'
--- outlook/outlook_installer.xml	2011-11-11 06:02:01 +0000
+++ outlook/outlook_installer.xml	2011-12-06 09:06:32 +0000
@@ -14,7 +14,9 @@
                         <attribute name="string">Install Outlook Plug-In</attribute>
                     </separator>
                     <xpath expr="//label[@string='description']" position="attributes">
-                        <attribute name="string">This plug-in 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.</attribute>
+                        <attribute name="string">This plug-in allows you to create new contact or link contact to an existing partner. 
+Also allows to link your e-mail to OpenERP's documents. 
+You can attach it to any existing one in OpenERP or create a new one.</attribute>
                     </xpath>
                     <xpath expr="//button[@string='Install Modules']" position="replace">
                         <button colspan="1" icon="gtk-close" special="cancel" string="_Close"/>

_______________________________________________
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