From 6233bca9b2ada43a0d4ff25e4680668a489bb0a4 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 3 Mar 2015 17:24:01 +0100 Subject: [PATCH] fix goof --- account_direct_debit/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_direct_debit/__openerp__.py b/account_direct_debit/__openerp__.py index a1a51b091..48eff7e1c 100644 --- a/account_direct_debit/__openerp__.py +++ b/account_direct_debit/__openerp__.py @@ -22,7 +22,7 @@ 'name': 'Direct Debit', 'version': '7.0.2.134', 'license': 'AGPL-3', - 'author': 'Therp BV, Smile, Odoo Community Association (OCA)'], + 'author': 'Therp BV, Smile, Odoo Community Association (OCA)', 'website': 'https://launchpad.net/banking-addons', 'category': 'Banking addons', 'depends': ['account_banking_payment_export'],