diff --git a/addons/claim_from_delivery/__openerp__.py b/addons/claim_from_delivery/__openerp__.py index 73914abe203..6c8e0de1429 100644 --- a/addons/claim_from_delivery/__openerp__.py +++ b/addons/claim_from_delivery/__openerp__.py @@ -18,19 +18,24 @@ # ############################################################################## { - "name" : "Claim from delivery", + "name" : "Claim from Delivery", "version" : "1.0", "author" : "OpenERP SA", "category" : "Generic Modules/Inventory Control", "depends" : ["base", "crm_claim", "stock"], "init_xml" : [], "demo_xml" : [], - "description": '''Create Claim from delivery order: + "description": ''' + Create a claim from a delivery order. + ===================================== + + Adds a Claim link to the delivery order. ''', "update_xml" : ["claim_delivery_view.xml"], "active": False, "installable": True, "certificate" : "001101649349223746957", + 'images': ['images/1_claim_link_delivery_order.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/decimal_precision/__openerp__.py b/addons/decimal_precision/__openerp__.py index 67ba4916114..5beb1177a35 100644 --- a/addons/decimal_precision/__openerp__.py +++ b/addons/decimal_precision/__openerp__.py @@ -22,8 +22,8 @@ { "name": "Decimal Precision Configuration", "description": """ -This module allows to configure the price accuracy you need for different kind -of usage: accounting, sales, purchases, ... +Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases, etc. +====================================================================================================== The decimal precision is configured per company. """, @@ -39,6 +39,7 @@ The decimal precision is configured per company. "demo_xml": [], "installable": True, "certificate" : "001307317809612974621", + 'images': ['images/1_decimal_accuracy_form.jpeg','images/1_decimal_accuracy_list.jpeg'], } diff --git a/addons/delivery/__openerp__.py b/addons/delivery/__openerp__.py index baca1113190..9f054b38dd8 100644 --- a/addons/delivery/__openerp__.py +++ b/addons/delivery/__openerp__.py @@ -21,10 +21,13 @@ { - 'name': 'Carriers and deliveries', + 'name': 'Carriers and Deliveries', 'version': '1.0', 'category': 'Generic Modules/Sales & Purchases', - 'description': """Allows you to add delivery methods in sale orders and picking. + 'description': """ + Allows you to add delivery methods in sale orders and picking. + ============================================================== + You can define your own carrier and delivery grids for prices. When creating invoices from picking, OpenERP is able to add and compute the shipping line. @@ -44,5 +47,6 @@ 'installable': True, 'active': False, 'certificate': '0033981912253', + 'images': ['images/1_delivery_method.jpeg','images/2_delivery_pricelist.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/document/__openerp__.py b/addons/document/__openerp__.py index 8a2a6677cc0..ac1d3be314a 100644 --- a/addons/document/__openerp__.py +++ b/addons/document/__openerp__.py @@ -24,14 +24,17 @@ 'name': 'Integrated Document Management System', 'version': '2.1', 'category': 'Generic Modules/Others', - 'description': """This is a complete document management system: + 'description': """ + This is a complete document management system. + ============================================== + * User Authentication - * Document Indexation :- .pptx and .docx files are not support in windows platform. + * Document Indexation :- .pptx and .docx files are not supported in Windows platform. * Dashboard for Document that includes: * New Files (list) * Files by Resource Type (graph) * Files by Partner (graph) - * Files by Month (graph) + * Files Size by Month (graph) ATTENTION: - When you install this module in a running company that have already PDF files stored into the database, you will lose them all. @@ -58,6 +61,7 @@ 'installable': True, 'active': False, 'certificate': '0070515416461', + 'images': ['images/1_directories.jpeg','images/2_storage_media.jpeg','images/3_directories_structure.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: