From: niv-openerp Date: Wed, 23 Feb 2011 12:01:08 +0000 (+0100) Subject: [IMP] Checked authors in manifests. X-Git-Tag: 6.1.0-rc1-addons~4259^2~1 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=d49ff054ce1e113eba6853d22e9288ad203df5cf;p=odoo%2Fodoo.git [IMP] Checked authors in manifests. bzr revid: nicolas.vanhoren@openerp.com-20110223120108-3uckq8vsod1hmy2q --- diff --git a/addons/anonymization/__openerp__.py b/addons/anonymization/__openerp__.py index 60f6f6a..aeebe06 100644 --- a/addons/anonymization/__openerp__.py +++ b/addons/anonymization/__openerp__.py @@ -28,7 +28,7 @@ 'description': """ This module allows you to anonymize a database. """, - 'author': 'OpenERP sa', + 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['base'], 'init_xml': [], diff --git a/addons/base_report_creator/__openerp__.py b/addons/base_report_creator/__openerp__.py index 43ced88..d009f00 100644 --- a/addons/base_report_creator/__openerp__.py +++ b/addons/base_report_creator/__openerp__.py @@ -31,7 +31,7 @@ for and users. After installing the module, it adds a menu to define custom report in the "Dashboard" menu. """, - 'author': 'OpenERP SA & Axelor', + 'author': ['OpenERP SA', 'Axelor'], 'website': '', 'depends': ['base', 'board'], 'init_xml': [], diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 09b312f..2baa20d 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -23,7 +23,7 @@ { "name": "Human Resources: Holidays management", "version": "1.5", - "author": "OpenERP SA & Axelor", + "author": ['OpenERP SA', 'Axelor'], "category": "Generic Modules/Human Resources", "website": "http://www.openerp.com", "description": """Human Resources: Holidays tracking and workflow @@ -48,8 +48,6 @@ for example, you maybe will do it for the user 'admin' . """, - 'author': 'OpenERP SA & Axelor', - 'website': 'http://www.openerp.com', 'depends': ['hr', 'crm', 'process', 'resource'], 'init_xml': [], 'update_xml': [ diff --git a/addons/l10n_in/__openerp__.py b/addons/l10n_in/__openerp__.py index 5e60ff2..da72cc3 100644 --- a/addons/l10n_in/__openerp__.py +++ b/addons/l10n_in/__openerp__.py @@ -25,7 +25,7 @@ "description": """ Indian Accounting : chart of Account """, - "author": 'OpenERP SA & Axelor', + "author": ['OpenERP SA', 'Axelor'], "category": "Localisation/Account Charts", "depends": [ "account", diff --git a/addons/l10n_ve/__openerp__.py b/addons/l10n_ve/__openerp__.py index 84b1948..df642eb 100644 --- a/addons/l10n_ve/__openerp__.py +++ b/addons/l10n_ve/__openerp__.py @@ -25,7 +25,7 @@ { "name" : "Venezuela -Chart of Account", "version" : "1.0", - "author" : "Tiny & Netquatro", + "author" : ['OpenERP SA', "Netquatro"], "category" : "Localisation/Account Charts", "description": ''' diff --git a/addons/stock_planning/__openerp__.py b/addons/stock_planning/__openerp__.py index d056642..e422b36 100644 --- a/addons/stock_planning/__openerp__.py +++ b/addons/stock_planning/__openerp__.py @@ -22,7 +22,7 @@ { "name":"Master Procurement Schedule", "version":"1.1", - "author":"OpenERP SA and Grzegorz Grzelak (Cirrus)", + "author":["OpenERP SA", "Grzegorz Grzelak (Cirrus)"], "category":"Custom", "depends":["hr","stock","sale"], "description": """ diff --git a/addons/thunderbird/__openerp__.py b/addons/thunderbird/__openerp__.py index f4262cc..2500ea8 100644 --- a/addons/thunderbird/__openerp__.py +++ b/addons/thunderbird/__openerp__.py @@ -22,7 +22,7 @@ { "name" : "Thunderbird Interface", "version" : "1.0", - "author" : "OpenERP SA & Axelor", + "author" : ['OpenERP SA', 'Axelor'], "website" : "http://www.openerp.com/", "depends" : ["base","mail_gateway"], "category" : "Generic Modules/Thunderbird interface", diff --git a/addons/web_livechat/__openerp__.py b/addons/web_livechat/__openerp__.py index 8ad2360..9c75cf1 100644 --- a/addons/web_livechat/__openerp__.py +++ b/addons/web_livechat/__openerp__.py @@ -23,7 +23,7 @@ 'version': '1.1', 'category': 'Generic Modules/Others', 'description': "Enable live chat support for whom have a maintenance contract", - 'author': 'OpenERP s.a.', + 'author': 'OpenERP SA', 'website': 'http://openerp.com', 'depends': ['base'], 'update_xml': [], diff --git a/addons/web_uservoice/__openerp__.py b/addons/web_uservoice/__openerp__.py index 974da96..35ab24e 100644 --- a/addons/web_uservoice/__openerp__.py +++ b/addons/web_uservoice/__openerp__.py @@ -23,7 +23,7 @@ 'version': '1.0', 'category': 'Generic Modules/Others', 'description': "", - 'author': 'OpenERP s.a.', + 'author': 'OpenERP SA', 'website': 'http://openerp.com', 'depends': ['base'], 'data': [], diff --git a/addons/wiki/__openerp__.py b/addons/wiki/__openerp__.py index 7402645..f29ebc0 100644 --- a/addons/wiki/__openerp__.py +++ b/addons/wiki/__openerp__.py @@ -28,7 +28,7 @@ The base module to manage documents(wiki) keep track for the wiki groups, pages, and history """, - 'author': 'OpenERP SA & Axelor', + 'author': ['OpenERP SA', 'Axelor'], 'website': 'http://openerp.com', 'depends': ['knowledge'], 'web_depends': ['widget_wiki'],