[ADD]: Images: subscription, survey, thunderbird, warning
authorvro <vro@tinyerp.com>
Wed, 16 Mar 2011 11:19:30 +0000 (16:49 +0530)
committervro <vro@tinyerp.com>
Wed, 16 Mar 2011 11:19:30 +0000 (16:49 +0530)
bzr revid: vro@tinyerp.com-20110316111930-ft1yispclx6dvuqp

addons/subscription/__openerp__.py
addons/survey/__openerp__.py
addons/thunderbird/__openerp__.py
addons/warning/__openerp__.py

index 88b567c..0ef23f8 100644 (file)
     'name': 'Subscription and recurring operations',
     'version': '1.0',
     'category': 'Tools',
-    'description': """Module allows to create new documents and add subscription on that document.""",
+    'description': """
+    This module allows to create new documents and add subscription on that document.
+    =================================================================================
+    """,
     'author': 'OpenERP SA',
     'depends': ['base_tools'],
     'init_xml': [],
@@ -33,5 +36,6 @@
     'installable': True,
     'active': False,
     'certificate': '0029454782573',
+    'images': ['images/subscription_document_fields.jpeg','images/subscriptions.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index ab32749..b809a64 100644 (file)
     'version': '1.0',
     'category': 'Tools',
     'description': """
-    This module is used for surveying. It depends on the answers or reviews of some questions by different users.
+    This module is used for surveying.
+    ==================================
+
+    It depends on the answers or reviews of some questions by different users.
     A survey may have multiple pages. Each page may contain multiple questions and each question may have multiple answers.
-    Different users may give different answers of question and according to that survey is done. 
+    Different users may give different answers of question and according to that survey is done.
     Partners are also sent mails with user name and password for the invitation of the survey
     """,
     'author': 'OpenERP SA',
@@ -51,5 +54,6 @@
     'installable': True,
     'active': False,
     'certificate' : '001131639736864143245',
+    'images': ['images/survey_answers.jpeg','images/survey_pages.jpeg','images/surveys.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 2500ea8..f5836f5 100644 (file)
     "depends" : ["base","mail_gateway"],
     "category" : "Generic Modules/Thunderbird interface",
     "description": """
-      This module is required for the thuderbird plug-in to work
-      properly.
-      The Plugin allows you archive email and its attachments to the selected 
+      This module is required for the Thuderbird Plug-in to work properly.
+      ====================================================================
+
+      The plugin allows you archive email and its attachments to the selected
       OpenERP objects. You can select a partner, a task, a project, an analytical
-      account,or any other object and attach selected mail as eml file in 
-      attachment of selected record. You can create Documents for crm Lead,
-      HR Applicant and project issue from selected mails.
+      account, or any other object and attach the selected mail as a .eml file in
+      the attachment of a selected record. You can create documents for CRM Lead,
+      HR Applicant and Project Issue from selected mails.
 
       """,
     "init_xml" : [],
@@ -43,4 +44,5 @@
     "active": False,
     "installable": True,
     "certificate" : "00899858104035139949",
+    'images': ['images/config_thunderbird.jpeg','images/config_thunderbird_plugin.jpeg','images/thunderbird_document.jpeg'],
 }
index af10eb9..4220a35 100644 (file)
 
 
 {
-    'name': 'Module for Warnings form onchange Event',
+    'name': 'Display Warning Messages',
     'version': '1.0',
     'category': 'Tools',
-    'description': """Module for Warnings form onchange Event.""",
+    'description': """
+    Module to trigger warnings in OpenERP objects.
+    ==============================================
+
+    Warning messages can be displayed for objects like sale order, purchase order,
+    picking and invoice. The message is triggered by the form's onchange event.
+    """,
     'author': 'OpenERP SA',
     'depends': ['base', 'sale', 'purchase'],
     'update_xml': ['warning_view.xml'],
@@ -32,5 +38,6 @@
     'installable': True,
     'active': False,
     'certificate': '0080334018749',
+    'images': ['images/customers_warnings.jpeg','images/sale_order_warning.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: