caissedepargne investment on lifeinsurance and market account

This commit is contained in:
Baptiste Delpey 2015-08-04 16:38:32 +02:00 committed by Romain Bignon
commit d199050366
3 changed files with 138 additions and 8 deletions

View file

@ -72,3 +72,6 @@ class CaisseEpargneModule(Module, CapBank):
def iter_coming(self, account):
with self.browser:
return self.browser.get_coming(account)
def iter_investment(self, account):
return self.browser.get_investment(account)