From 092c0feafbb1d6f620dea38d5cd3bd54ee0b2802 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:27:33 +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. --- printer_tray/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer_tray/__openerp__.py b/printer_tray/__openerp__.py index 476aee3..26c139f 100644 --- a/printer_tray/__openerp__.py +++ b/printer_tray/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Report to printer - Paper tray selection', 'version': '1.0', 'category': 'Printer', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/', 'license': 'AGPL-3',