[FIX] add closing bracket

This commit is contained in:
Florian da Costa
2014-01-31 22:03:42 +01:00
parent 342afc6445
commit 6835d74e34

View File

@@ -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"