[IMP] Thunderbird :- add text field for description in configuration wizard and small...
authorYsa (Open ERP) <ysa@tinyerp.co.in>
Wed, 12 May 2010 09:58:34 +0000 (15:28 +0530)
committerYsa (Open ERP) <ysa@tinyerp.co.in>
Wed, 12 May 2010 09:58:34 +0000 (15:28 +0530)
bzr revid: ysa@tinyerp.co.in-20100512095834-suuur3zy8x8rlf5c

addons/thunderbird/installer.py
addons/thunderbird/plugin/tiny_plugin-2.0.xpi
addons/thunderbird/thunderbird_installer.xml

index 4e0f443..765f22f 100644 (file)
@@ -54,13 +54,15 @@ class thunderbird_installer(osv.osv_memory):
         'pdf_name':fields.char('File name', size=64),
         'thunderbird':fields.boolean('Thunderbird Module ', help="Allows you to select an object that you’d like to add to your email and its attachments."),
         'plugin_file':fields.binary('Thunderbird Plug-in', readonly=True, help="Thunderbird plug-in file. Save as this file and install this plug-in in thunderbir."),
-        'pdf_file':fields.binary('Thunderbird Plug-in Installation File', help="The documentation file :- how to install Thunderbird Plug-in.", readonly=True),        
+        'pdf_file':fields.binary('Thunderbird Plug-in Installation File', help="The documentation file :- how to install Thunderbird Plug-in.", readonly=True),
+        'description':fields.text('Description', readonly=True)        
         }
 
     _defaults = {
         'thunderbird' : True,
         'name' : 'tiny_plugin-2.0.xpi',
         'pdf_name' : 'Installation Guide to OpenERP Thunderbid Plug-in.pdf',
+        'description' : """Save The thunderbird plug­in Follow the following step to install thunderbird plug­in. \n  -> 1. From Menu Bar, Open Tools ­> Add ons. \n  -> 2. Now click on install button and a browser window will appear. \n  -> 3. Just select the (.xpi) file from thunderbird/plugin directory and click ok, a new software installation window will appear and within a short time Install Now  button will be enabled. \n  -> 4. Click on Install Now and restart Thunderbird. \n  -> 5. Now Thunderbird plug­in is installed."""
         }
 
 thunderbird_installer()
index 37ef534..68aa5d2 100644 (file)
Binary files a/addons/thunderbird/plugin/tiny_plugin-2.0.xpi and b/addons/thunderbird/plugin/tiny_plugin-2.0.xpi differ
index 59e0cc4..63359a8 100644 (file)
@@ -31,7 +31,7 @@
                   <button name="process_pdf_file"  icon="gtk-execute" string="Get Plugin Installation File" type="object"/>
                   <newline/>
                   <separator string="Thunderbird plugin installation note." colspan="4"/>
-                  <label colspan="8" string="Save The thunderbird plug­in Follow the following step to install thunderbird plug­in ? 1. From Menu Bar, Open Tools ­> Add ons. 2. Now click on install button and a browser window will appear. 3. Just select the (.xpi) file from thunderbird/plugin directory and click ok, a new software installation window will appear and within a short time Install Now  button will be enabled. 4. Click on Install Now and restart Thunderbird. 5. Now Thunderbird plug­in is installed."/>
+                  <field name="description" nolabel="1" colspan="8"/>
               </group>
           </data>
       </field>