mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] fix wrong class
This commit is contained in:
@@ -210,7 +210,7 @@ class AccountStatementProfil(Model):
|
||||
return statement_id
|
||||
|
||||
|
||||
class AccountBankStatementLine(orm.Model):
|
||||
class AccountBankStatementLine(Model):
|
||||
_inherit = "account.bank.statement.line"
|
||||
|
||||
_columns = {
|
||||
|
||||
Reference in New Issue
Block a user