From 30525cf933f8e34f6898b2311463c4a063e16cad Mon Sep 17 00:00:00 2001 From: florian-dacosta Date: Wed, 23 Jul 2014 18:04:23 +0200 Subject: [PATCH] fix docstring --- account_statement_base_completion/statement.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/account_statement_base_completion/statement.py b/account_statement_base_completion/statement.py index c084ff59..34c6d272 100644 --- a/account_statement_base_completion/statement.py +++ b/account_statement_base_completion/statement.py @@ -140,9 +140,7 @@ class AccountStatementCompletionRule(orm.Model): ('get_from_label_and_partner_name', 'From line label (based on partner name)')] def __get_functions(self, cr, uid, context=None): - """ - Call method which can be inherited - """ + """ Call method which can be inherited """ return self._get_functions(cr, uid, context=context) _columns = {