[ADD]: Images: document_ftp, document_ics, email_template, event
authorvro <vro@tinyerp.com>
Tue, 15 Mar 2011 11:32:52 +0000 (17:02 +0530)
committervro <vro@tinyerp.com>
Tue, 15 Mar 2011 11:32:52 +0000 (17:02 +0530)
bzr revid: vro@tinyerp.com-20110315113252-vwkvqm06wb28zgjv

addons/document_ftp/__openerp__.py
addons/document_ics/__openerp__.py
addons/email_template/__openerp__.py
addons/event/__openerp__.py

index d7d087f..3beb34c 100644 (file)
     'name': 'Integrated FTP Server with Document Management System',
     'version': '1.99',
     'category': 'Generic Modules/Others',
-    'description': """This is a support FTP Interface with document management system.
+    'description': """
+    This is a support FTP Interface with document management system.
+    ================================================================
+
     With this module you would not only be able to access documents through OpenERP
     but you would also be able to connect with them through the file system using the
     FTP client.
@@ -46,6 +49,7 @@
     'installable': True,
     'active': False,
     'certificate': '00934787762705016005',
+    'images': ['images/1_configure_ftp.jpeg','images/2_document_browse.jpeg','images/3_document_ftp.jpeg'],
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 1ef049f..22d2090 100644 (file)
     'name': 'Support for iCal based on Document Management System',
     'version': '1.0',
     'category': 'Generic Modules/Others',
-    'description': """Allows to synchronise calendars with others applications.""",
+    'description': """
+    Allows to synchronise calendars with others applications.
+    =========================================================
+    """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     'depends': ['document', 'crm'],
@@ -34,5 +37,6 @@
     'installable': True,
     'active': False,
     'certificate': '0071242387229',
+    'images': ['images/1_config_calendars.jpeg','images/2_doc_type_ics.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 5201096..420fc03 100644 (file)
@@ -28,7 +28,8 @@
     "category" : "Added functionality",
     "depends" : ['marketing', 'base_tools'],
     "description": """
-    Email Template is extraction of Power Email basically just to send the emails.
+    Email Template is extraction of Power Email basically just to send emails.
+    ==========================================================================
     """,
     "init_xml": ['email_template_scheduler_data.xml'],
     "update_xml": [
@@ -43,6 +44,7 @@
     "installable": True,
     "active": False,
     "certificate" : "00817073628967384349",
+    'images': ['images/1_email_account.jpeg','images/2_email_template.jpeg','images/3_emails.jpeg'],
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index a45eeac..0a4fa3d 100644 (file)
     'name': 'Event',
     'version': '0.1',
     'category': 'Generic Modules/Association',
-    'description': """Organization and management of Event.
+    'description': """
+    Organization and management of Events.
+    ======================================
 
     This module allow you
         * to manage your events and their registrations
         * to use emails to automatically confirm and send acknowledgements for any registration to an event
         * ...
-    A dashboard for associations that includes:
-    * Registration by Events (graph)
+
     Note that:
     - You can define new types of events in
-                Events / Configuration / Types of Events
-    - You can access predefined reports about number of registration per event or per event category in:
-                Events / Reporting
+                Association / Configuration / Types of Events
 """,
     'author': 'OpenERP SA',
     'depends': ['crm', 'base_contact', 'account', 'marketing'],
@@ -58,5 +57,6 @@
     'installable': True,
     'active': False,
     'certificate': '0083059161581',
+    'images': ['images/1_event_type_list.jpeg','images/2_events.jpeg','images/3_registrations.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: