introduce new type Account.TYPE_LIKE_INSURANCE
This commit is contained in:
parent
55f8bbcf2e
commit
2f61835521
6 changed files with 8 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ class AddType(Filter):
|
|||
types = {u'Courant': Account.TYPE_CHECKING, u'Livret A': Account.TYPE_SAVINGS,
|
||||
u'Orange': Account.TYPE_SAVINGS, u'Durable': Account.TYPE_SAVINGS,
|
||||
u'Titres': Account.TYPE_MARKET, u'PEA': Account.TYPE_MARKET,
|
||||
u'Direct Vie': Account.TYPE_MARKET}
|
||||
u'Direct Vie': Account.TYPE_LIFE_INSURANCE}
|
||||
|
||||
def filter(self, label):
|
||||
for key, acc_type in self.types.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue