[s2e] Shorter description
This commit is contained in:
parent
28a4569c99
commit
81a6ecfc14
1 changed files with 1 additions and 1 deletions
2
modules/s2e/module.py
Normal file → Executable file
2
modules/s2e/module.py
Normal file → Executable file
|
|
@ -35,7 +35,7 @@ class S2eModule(Module, CapBank):
|
||||||
EMAIL = 'weboob@lampin.net'
|
EMAIL = 'weboob@lampin.net'
|
||||||
VERSION = '1.1'
|
VERSION = '1.1'
|
||||||
LICENSE = 'AGPLv3+'
|
LICENSE = 'AGPLv3+'
|
||||||
DESCRIPTION = u'S2e module for Employee Savings Plans. Support for Esalia, Capeasi, "BNP Paribas Épargne & Retraite Entreprises" and "HSBC Epargne et Retraite en Entreprise"'
|
DESCRIPTION = u'Esalia, Capeasi, BNP PERE, HSBC ERE'
|
||||||
|
|
||||||
website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({
|
website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({
|
||||||
'm.esalia.com': u'Esalia', # Good Url. Tested
|
'm.esalia.com': u'Esalia', # Good Url. Tested
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue