mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] add closing bracket
This commit is contained in:
@@ -30,7 +30,7 @@ class AccountStatementProfile(orm.Model):
|
|||||||
'Group Journal Items',
|
'Group Journal Items',
|
||||||
help="Only one Journal Entry will be generated on the "
|
help="Only one Journal Entry will be generated on the "
|
||||||
"validation of the bank statement."),
|
"validation of the bank statement."),
|
||||||
|
}
|
||||||
|
|
||||||
class account_bank_statement(orm.Model):
|
class account_bank_statement(orm.Model):
|
||||||
_inherit = "account.bank.statement"
|
_inherit = "account.bank.statement"
|
||||||
|
|||||||
Reference in New Issue
Block a user