add a kind of life insurance account name

This commit is contained in:
Romain Bignon 2015-05-22 15:43:23 +02:00
commit 9d2996b82a

View file

@ -60,7 +60,9 @@ 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_LIFE_INSURANCE}
u'Direct Vie': Account.TYPE_LIFE_INSURANCE,
u'Assurance Vie': Account.TYPE_LIFE_INSURANCE
}
def filter(self, label):
for key, acc_type in self.types.items():