diff --git a/weboob/capabilities/bank.py b/weboob/capabilities/bank.py index 8f674802..234274f8 100644 --- a/weboob/capabilities/bank.py +++ b/weboob/capabilities/bank.py @@ -144,7 +144,7 @@ class Transaction(BaseObject): country = StringField('Country of transaction') # Financial arbitrations - investments = Field('List of investments related to the transaction', default=[]) + investments = Field('List of investments related to the transaction', list, default=[]) def __repr__(self): return "" % (self.date, self.label, self.amount)