From 0a403e732c4c98e0344094d116c6eb6a9352ae9a Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Mon, 14 Jun 2010 08:50:20 +0200 Subject: [PATCH] [IMP] better modules descriptions bzr revid: fp@tinyerp.com-20100614065020-45em7h3t5r5l5wca --- addons/crm_claim/__openerp__.py | 8 ++++++-- addons/product_expiry/__openerp__.py | 2 +- addons/product_manufacturer/__openerp__.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index 6ad4af16266..c3533af2702 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -24,8 +24,12 @@ 'name': 'Customer & Supplier Relationship Management', 'version': '1.0', 'category': 'Generic Modules/CRM & SRM', - 'description': """claim""", - 'author': 'Tiny', + 'description': """ +This modules allows you to track your customers/suppliers claims and flames. +It is fully integrated with the email gateway so that you can create +automatically new claims based on incoming emails. + """, + 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['crm'], 'init_xml': [ diff --git a/addons/product_expiry/__openerp__.py b/addons/product_expiry/__openerp__.py index 1d0b9356efe..b03777ecec6 100644 --- a/addons/product_expiry/__openerp__.py +++ b/addons/product_expiry/__openerp__.py @@ -20,7 +20,7 @@ { "name" : "Products date of expiry", "version" : "1.0", - "author" : "Tiny", + "author" : "OpenERP SA", "category" : "Enterprise Specific Modules/Food Industries", "depends" : ["base", "account", "product", "stock"], "init_xml" : [], diff --git a/addons/product_manufacturer/__openerp__.py b/addons/product_manufacturer/__openerp__.py index e6a1a919865..bccabe95283 100644 --- a/addons/product_manufacturer/__openerp__.py +++ b/addons/product_manufacturer/__openerp__.py @@ -20,7 +20,7 @@ { "name" : "Products Attributes & Manufacturers", "version" : "1.0", - "author" : "Tiny", + "author" : "OpenERP SA", "category" : "Enterprise Specific Modules/Manufacturer Industries", "depends" : ["base", "account", "product", "stock"], "init_xml" : [],