From ea359350c6da090d83e57d1c4390fa8a032650b0 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:27:29 +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. --- pingen/__openerp__.py | 2 +- pingen_document/__openerp__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pingen/__openerp__.py b/pingen/__openerp__.py index 0283c60..a39e047 100644 --- a/pingen/__openerp__.py +++ b/pingen/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'pingen.com integration', 'version': '1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'license': 'AGPL-3', 'category': 'Reporting', diff --git a/pingen_document/__openerp__.py b/pingen_document/__openerp__.py index e49efbf..aedd3d7 100644 --- a/pingen_document/__openerp__.py +++ b/pingen_document/__openerp__.py @@ -22,7 +22,7 @@ { 'name' : 'pingen.com integration (document)', 'version' : '1.0', - 'author' : 'Camptocamp', + 'author' : "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'license': 'AGPL-3', 'category': 'Reporting',