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" : [],