[IMP]: Improve ir.actions.todo replace restart=type
[odoo/odoo.git] / addons / fetchmail / __openerp__.py
index 6d72f6e..24f6898 100644 (file)
@@ -2,7 +2,7 @@
 #-*- coding:utf-8 -*-
 ##############################################################################
 #
-#    OpenERP, Open Source Management Solution    
+#    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
 #    mga@tinyerp.com
 #
     "version" : "1.0",
     "depends" : ["base", 'mail_gateway'],
     "author" : "OpenERP SA",
-    "description": """Fetchmail: 
-    * Fetch email from Pop / IMAP server
-    * Support SSL
-    * Integrated with all Modules
-    * Automatic Email Receive
-    * Email based Records (Add, Update)
+    "category": 'Tools',
+    "description": """
+Fetch email from POP / IMAP servers.
+====================================
+
+    * Supports SSL
+    * Integrated with all modules
+    * Automatically receive email
+    * Email-based record operations (Add, Update)
     """,
     'website': 'http://www.openerp.com',
     'init_xml': [],
@@ -39,6 +42,7 @@
         "fetchmail_view.xml",
         "fetchmail_data.xml",
         'security/ir.model.access.csv',
+        'fetchmail_installer_view.xml'
     ],
     'demo_xml': [
 
@@ -46,4 +50,5 @@
     'installable': True,
     'active': False,
     'certificate' : '00692978332890137453',
+    'images': ['images/1_email_servers.jpeg'],
 }