diff --git a/addons/process/__openerp__.py b/addons/process/__openerp__.py index 9fd4f6b3f73..b3c359d71cd 100644 --- a/addons/process/__openerp__.py +++ b/addons/process/__openerp__.py @@ -25,12 +25,11 @@ 'version': '1.0', 'category': 'Generic Modules/Base', 'description': """ - This module shows the basic processes involved - in the selected modules and in the sequence they - occur + This module shows the basic processes involved in the selected modules and in the sequence they occur. + ====================================================================================================== Note: This applies to the modules containing modulename_process_xml - for e.g product/process/product_process_xml + e.g product/process/product_process_xml """, 'author': 'OpenERP SA', @@ -45,5 +44,6 @@ 'installable': True, 'active': False, 'certificate': '0055447636669', + 'images': ['images/process_nodes.jpeg','images/process_transitions.jpeg', 'images/processes.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/procurement/__openerp__.py b/addons/procurement/__openerp__.py index d30128041f3..fdf9030ae0a 100644 --- a/addons/procurement/__openerp__.py +++ b/addons/procurement/__openerp__.py @@ -29,6 +29,7 @@ "depends" : ["base","process", "product", "stock"], "description": """ This is the module for computing Procurements. + ============================================== """, 'init_xml': [], 'update_xml': [ @@ -49,5 +50,6 @@ 'installable': True, 'active': False, 'certificate': '00954248826881074509', + 'images': ['images/compute_schedulers.jpeg','images/config_companies_sched.jpeg', 'images/minimum_stock_rules.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product/__openerp__.py b/addons/product/__openerp__.py index 712e17aebc3..e6d93deb921 100644 --- a/addons/product/__openerp__.py +++ b/addons/product/__openerp__.py @@ -30,6 +30,7 @@ "demo_xml" : ["product_demo.xml"], "description": """ This is the base module for managing products and pricelists in OpenERP. + ======================================================================== Products support variants, different pricing methods, suppliers information, make to stock/order, different unit of measures, @@ -62,5 +63,6 @@ 'installable': True, 'active': False, 'certificate': '0068861431437', + 'images': ['images/product_uom.jpeg','images/product_pricelists.jpeg','images/products_categories.jpeg', 'images/products_form.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product_expiry/__openerp__.py b/addons/product_expiry/__openerp__.py index 0a54ff00dae..a6655bdb9c1 100644 --- a/addons/product_expiry/__openerp__.py +++ b/addons/product_expiry/__openerp__.py @@ -1,5 +1,5 @@ ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -14,18 +14,22 @@ # 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 . # ############################################################################## { - "name" : "Products date of expiry", + "name" : "Products Expiry Date", "version" : "1.0", "author" : "OpenERP SA", "category" : "Enterprise Specific Modules/Food Industries", "depends" : ["stock"], "init_xml" : [], "demo_xml" : ["product_expiry_demo.xml"], - "description": '''Track different dates on products and production lots: + "description": ''' + Track different dates on products and production lots. + ====================================================== + +Following dates can be tracked: - end of life - best before date - removal date @@ -35,6 +39,7 @@ Used, for example, in food industries.''', "active": False, "installable": True, "certificate": "00421222123914960109", + 'images': ['images/production_lots_dates.jpeg','images/products_dates.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: