From 16a8b888d77bc35ca6e495b5fe19be27d26646da Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:24:20 +0100 Subject: [PATCH] Add OCA as author of OCA addons In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association. --- account_analytic_analysis_recurring/__openerp__.py | 2 +- analytic_hours_block/__openerp__.py | 2 +- project_sla/__openerp__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_analytic_analysis_recurring/__openerp__.py b/account_analytic_analysis_recurring/__openerp__.py index 3e323eb2..c7d08d7a 100644 --- a/account_analytic_analysis_recurring/__openerp__.py +++ b/account_analytic_analysis_recurring/__openerp__.py @@ -36,7 +36,7 @@ line to automatically insert the dates of the invoiced period. Backport done By Yannick Buron. """, - 'author': 'OpenERP SA', + 'author': "OpenERP SA,Odoo Community Association (OCA)", 'website': 'http://openerp.com', 'depends': ['base', 'account_analytic_analysis'], 'data': [ diff --git a/analytic_hours_block/__openerp__.py b/analytic_hours_block/__openerp__.py index 6dc08a38..d01b8fba 100644 --- a/analytic_hours_block/__openerp__.py +++ b/analytic_hours_block/__openerp__.py @@ -34,7 +34,7 @@ then you input the spent hours on the hours block and you can track and follow how much has been used. """, - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "license": 'AGPL-3', "website": "http://www.camptocamp.com", "depends": [ diff --git a/project_sla/__openerp__.py b/project_sla/__openerp__.py index 95664164..b697ce5d 100644 --- a/project_sla/__openerp__.py +++ b/project_sla/__openerp__.py @@ -112,7 +112,7 @@ Credits and Contributors * Daniel Reis (https://launchpad.net/~dreis-pt) * David Vignoni, author of the icon from the KDE 3.x Nuvola icon theme """, - 'author': 'Daniel Reis', + 'author': "Daniel Reis,Odoo Community Association (OCA)", 'website': '', 'depends': [ 'project_issue',