better description and field labels for french banks

This commit is contained in:
Romain Bignon 2013-12-14 18:22:31 +01:00
commit c1f8c08196
29 changed files with 106 additions and 105 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright(C) 2010-2011 Romain Bignon, Pierre Mazière
# Copyright(C) 2010-2013 Romain Bignon, Pierre Mazière
#
# This file is part of weboob.
#
@ -36,12 +36,11 @@ class LCLBackend(BaseBackend, ICapBank):
MAINTAINER = u'Pierre Mazière'
EMAIL = 'pierre.maziere@gmx.com'
VERSION = '0.h'
DESCRIPTION = u'Le Crédit Lyonnais French bank website'
DESCRIPTION = u'LCL'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
ValueBackendPassword('password', label='Password of account'),
Value('agency', label='Agency code (deprecated)', regexp='^(\d{3,4}|)$', default=''),
Value('website', label='Website to use', default='par',
CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False),
ValueBackendPassword('password', label='Code personnel'),
Value('website', label='Type de compte', default='par',
choices={'par': 'Particuliers',
'ent': 'Entreprises'}))
BROWSER = LCLBrowser