From 542947c972a93880609bcdf4697146fa9c63970e Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Thu, 21 Aug 2014 13:00:45 -0400 Subject: [PATCH] PEP8 on account_banking_partner_journal_account --- account_banking_partner_journal_account/__openerp__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/account_banking_partner_journal_account/__openerp__.py b/account_banking_partner_journal_account/__openerp__.py index 7a042283e..20b4e80bd 100644 --- a/account_banking_partner_journal_account/__openerp__.py +++ b/account_banking_partner_journal_account/__openerp__.py @@ -4,8 +4,8 @@ # All Rights Reserved # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, @@ -18,7 +18,8 @@ # ############################################################################## { - 'name': 'Banking Addons - Default partner journal accounts for bank transactions', + 'name': 'Banking Addons - Default partner journal accounts for bank' + ' transactions', 'version': '0.1', 'license': 'AGPL-3', 'author': 'Therp BV',