diff --git a/account_statement_base_import/statement.py b/account_statement_base_import/statement.py index 4e9357c3..3a8a2f54 100644 --- a/account_statement_base_import/statement.py +++ b/account_statement_base_import/statement.py @@ -37,9 +37,7 @@ class AccountStatementProfil(Model): return [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')] def __get_import_type_selection(self, cr, uid, context=None): - """ - Call method which can be inherited - """ + """ Call method which can be inherited """ return self._get_import_type_selection(cr, uid, context=context) _columns = {