From ae1ef0230214f0103b2ac0f0449228206dd8e116 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:27:27 +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. --- __unported__/base_report_assembler/__openerp__.py | 2 +- report_custom_filename/__openerp__.py | 2 +- report_xls/__openerp__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/__unported__/base_report_assembler/__openerp__.py b/__unported__/base_report_assembler/__openerp__.py index 03b4e7d4..89756551 100644 --- a/__unported__/base_report_assembler/__openerp__.py +++ b/__unported__/base_report_assembler/__openerp__.py @@ -37,7 +37,7 @@ the folling module(s): - Invoices: invoice_report_assemble (lp:account-invoice-report) """, - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/', 'depends': ['base'], diff --git a/report_custom_filename/__openerp__.py b/report_custom_filename/__openerp__.py index 212a6b91..6777ec55 100644 --- a/report_custom_filename/__openerp__.py +++ b/report_custom_filename/__openerp__.py @@ -22,7 +22,7 @@ "name": "Custom report filenames", "summary": "Configure the filename to use when downloading a report", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "category": "Reporting", diff --git a/report_xls/__openerp__.py b/report_xls/__openerp__.py index 1ca25bbc..4c56fa77 100644 --- a/report_xls/__openerp__.py +++ b/report_xls/__openerp__.py @@ -23,7 +23,7 @@ 'name': 'Excel report engine', 'version': '0.6', 'license': 'AGPL-3', - 'author': 'Noviat', + 'author': "Noviat,Odoo Community Association (OCA)", 'website': 'http://www.noviat.com', 'category': 'Reporting', 'description': """