diff --git a/addons/document_ftp/__openerp__.py b/addons/document_ftp/__openerp__.py index d7d087f234e..3beb34c9fb7 100644 --- a/addons/document_ftp/__openerp__.py +++ b/addons/document_ftp/__openerp__.py @@ -24,7 +24,10 @@ '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: diff --git a/addons/document_ics/__openerp__.py b/addons/document_ics/__openerp__.py index 1ef049f9833..22d20905466 100644 --- a/addons/document_ics/__openerp__.py +++ b/addons/document_ics/__openerp__.py @@ -24,7 +24,10 @@ '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: diff --git a/addons/email_template/__openerp__.py b/addons/email_template/__openerp__.py index 520109663dc..420fc0366a7 100644 --- a/addons/email_template/__openerp__.py +++ b/addons/email_template/__openerp__.py @@ -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: diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index a45eeac0dae..0a4fa3d7066 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -24,19 +24,18 @@ '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: