diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index de43d4ba9ae..7c92ff1e528 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -54,7 +54,7 @@ * delivery costs Dashboard for Sales Manager that includes: - ------------------------------------- + ------------------------------------------ * Quotations * Sales by Month * Graph of Sales by Salesman in last 90 days diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index 87f2cb774b1..89aa39d163c 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -25,6 +25,8 @@ 'category': 'Generic Modules/Sales & Purchases', 'description': """ This module adds a shortcut on one or several opportunity cases in the CRM. +=========================================================================== + This shortcut allows you to generate a sales order based on the selected case. If different cases are open (a list), it generates one sale order by case. @@ -35,6 +37,7 @@ crm modules. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/crm_statistics_dashboard.jpeg', 'images/opportunity_to_quote.jpeg'], 'depends': ['sale', 'crm'], 'init_xml': [], 'update_xml': ['wizard/crm_make_sale_view.xml', diff --git a/addons/sale_journal/__openerp__.py b/addons/sale_journal/__openerp__.py index 54a3f7afd95..bdfd38c3dbe 100644 --- a/addons/sale_journal/__openerp__.py +++ b/addons/sale_journal/__openerp__.py @@ -24,8 +24,9 @@ 'version': '1.0', 'category': 'Generic Modules/Sales & Purchases', 'description': """ - The sales journal modules allows you to categorise your - sales and deliveries (picking lists) between different journals. + The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals. + ======================================================================================================================== + This module is very helpful for bigger companies that works by departments. @@ -48,6 +49,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/invoice_type.jpeg'], 'depends': ['sale'], 'init_xml': ['sale_journal_data.xml'], 'update_xml': [ diff --git a/addons/sale_layout/__openerp__.py b/addons/sale_layout/__openerp__.py index 94530219c38..7ccf03af4d1 100644 --- a/addons/sale_layout/__openerp__.py +++ b/addons/sale_layout/__openerp__.py @@ -21,10 +21,12 @@ { "name" : "Sale Order Layout", "version" : "1.0", + "images" : ["images/sale_layout.jpeg"], "depends" : ["sale", "account_invoice_layout"], "author" : "OpenERP SA", "description": """ This module provides features to improve the layout of the Sales Order. + ======================================================================= It gives you the possibility to * order all the lines of a sales order diff --git a/addons/sale_margin/__openerp__.py b/addons/sale_margin/__openerp__.py index af151eb1adc..2158f99fc26 100644 --- a/addons/sale_margin/__openerp__.py +++ b/addons/sale_margin/__openerp__.py @@ -1,5 +1,5 @@ ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -14,7 +14,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -22,11 +22,12 @@ "name":"Margins in Sales Order", "version":"1.0", "category" : "Generic Modules/Sales & Purchases", - "description": """ + "description": """ This module adds the 'Margin' on sales order, which gives the profitability by calculating the difference between the Unit Price and Cost Price """, "author":"OpenERP SA", + "images":["images/sale_margin.jpeg"], "depends":["sale"], "demo_xml":[], 'test': ['test/sale_margin.yml'], diff --git a/addons/sale_mrp/__openerp__.py b/addons/sale_mrp/__openerp__.py index ea6bafae1b2..594255412fd 100644 --- a/addons/sale_mrp/__openerp__.py +++ b/addons/sale_mrp/__openerp__.py @@ -25,13 +25,16 @@ 'version': '1.0', 'category': 'Generic Modules/Sales & MRP', 'description': """ - This module provides facility to the user to install mrp and sales modules - at a time. It is basically used when we want to keep track of production + This module provides facility to the user to install mrp and sales modulesat a time. + ==================================================================================== + + It is basically used when we want to keep track of production orders generated from sales order. - It adds sales name and sales Reference on production order + It adds sales name and sales Reference on production order. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/SO_to_MO.jpeg'], 'depends': ['mrp', 'sale'], 'init_xml': [], 'update_xml': [