add a kind of life insurance account name
This commit is contained in:
parent
d6c1bf469c
commit
9d2996b82a
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ class AddType(Filter):
|
||||||
types = {u'Courant': Account.TYPE_CHECKING, u'Livret A': Account.TYPE_SAVINGS,
|
types = {u'Courant': Account.TYPE_CHECKING, u'Livret A': Account.TYPE_SAVINGS,
|
||||||
u'Orange': Account.TYPE_SAVINGS, u'Durable': Account.TYPE_SAVINGS,
|
u'Orange': Account.TYPE_SAVINGS, u'Durable': Account.TYPE_SAVINGS,
|
||||||
u'Titres': Account.TYPE_MARKET, u'PEA': Account.TYPE_MARKET,
|
u'Titres': Account.TYPE_MARKET, u'PEA': Account.TYPE_MARKET,
|
||||||
u'Direct Vie': Account.TYPE_LIFE_INSURANCE}
|
u'Direct Vie': Account.TYPE_LIFE_INSURANCE,
|
||||||
|
u'Assurance Vie': Account.TYPE_LIFE_INSURANCE
|
||||||
|
}
|
||||||
|
|
||||||
def filter(self, label):
|
def filter(self, label):
|
||||||
for key, acc_type in self.types.items():
|
for key, acc_type in self.types.items():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue