From a027a58403b3ea48e5cb3559da53d497e001ab77 Mon Sep 17 00:00:00 2001 From: Valentin Chemiere Date: Wed, 5 Aug 2015 16:01:35 +0200 Subject: [PATCH] Add correct OCA author name --- sms_send_picking/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms_send_picking/__openerp__.py b/sms_send_picking/__openerp__.py index 107583e..6452b37 100644 --- a/sms_send_picking/__openerp__.py +++ b/sms_send_picking/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Sms Send Picking', 'version': '0.0.1', - 'author': 'Akretion, OCA', + 'author': 'Akretion, Odoo Community Association (OCA)', 'website': 'www.akretion.com', 'license': 'AGPL-3', 'category': 'Phone',