add account types detection
This commit is contained in:
parent
e18c198db3
commit
0a18949c32
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ class IndexPage(BasePage):
|
||||||
class AccountsPage(BasePage):
|
class AccountsPage(BasePage):
|
||||||
ACCOUNT_TYPES = {u'Epargne': Account.TYPE_SAVINGS,
|
ACCOUNT_TYPES = {u'Epargne': Account.TYPE_SAVINGS,
|
||||||
u'Liquidités': Account.TYPE_CHECKING,
|
u'Liquidités': Account.TYPE_CHECKING,
|
||||||
|
u'Titres': Account.TYPE_MARKET,
|
||||||
|
u'Prêts': Account.TYPE_LOAN,
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_list(self):
|
def get_list(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue