better description and field labels for french banks
This commit is contained in:
parent
a6df6c0f61
commit
c1f8c08196
29 changed files with 106 additions and 105 deletions
|
|
@ -29,15 +29,15 @@ __all__ = ['DelubacBackend']
|
|||
|
||||
class DelubacBackend(BaseBackend, ICapBank):
|
||||
NAME = 'delubac'
|
||||
DESCRIPTION = u'Banque Delubac & Cie French banking website'
|
||||
DESCRIPTION = u'Banque Delubac & Cie'
|
||||
MAINTAINER = u'Noe Rubinstein'
|
||||
EMAIL = 'nru@budget-insight.com'
|
||||
VERSION = '0.h'
|
||||
|
||||
BROWSER = DelubacBrowser
|
||||
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password of account'))
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False),
|
||||
ValueBackendPassword('password', label='Mot de passe'))
|
||||
|
||||
def create_default_browser(self):
|
||||
return self.create_browser(self.config['login'].get(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue