diff --git a/account_statement_one_move/statement.py b/account_statement_one_move/statement.py index 9951abb7..5abf78c4 100644 --- a/account_statement_one_move/statement.py +++ b/account_statement_one_move/statement.py @@ -30,7 +30,7 @@ class AccountStatementProfile(orm.Model): 'Group Journal Items', help="Only one Journal Entry will be generated on the " "validation of the bank statement."), - + } class account_bank_statement(orm.Model): _inherit = "account.bank.statement"