From 23e753e274f70be118d19eea6b461ff6b24b7d9c Mon Sep 17 00:00:00 2001 From: Markus Schneider Date: Thu, 4 Jun 2015 14:30:25 +0200 Subject: [PATCH] add OCA to author --- __openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index 4f48932d4..b5db00c83 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -30,7 +30,8 @@ "data": [ 'view/qweb.xml', ], - "author": "Vincent Vinet", + "author": "Vincent Vinet, " + "Odoo Community Association (OCA)", "installable": True, "active": False, }