mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Error in object attribute
This commit is contained in:
@@ -34,7 +34,7 @@ class mem_bank_statement(object):
|
||||
# Lock attributes to enable parsers to trigger non-conformity faults
|
||||
__slots__ = [
|
||||
'start_balance','end_balance', 'date', 'local_account',
|
||||
'local_currency', 'id', 'statements'
|
||||
'local_currency', 'id', 'transactions'
|
||||
]
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(mem_bank_statement, self).__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user