Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
177
Issues
177
List
Boards
Labels
Milestones
Merge Requests
48
Merge Requests
48
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
f4a668f4
Commit
f4a668f4
authored
May 16, 2015
by
Romain Bignon
Committed by
Romain Bignon
Feb 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix description of sogecartenet
parent
036ea177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/sogecartenet/module.py
modules/sogecartenet/module.py
+2
-2
No files found.
modules/sogecartenet/module.py
View file @
f4a668f4
...
@@ -31,13 +31,13 @@ __all__ = ['SogecartenetModule']
...
@@ -31,13 +31,13 @@ __all__ = ['SogecartenetModule']
class
SogecartenetModule
(
Module
,
CapBank
):
class
SogecartenetModule
(
Module
,
CapBank
):
NAME
=
'sogecartenet'
NAME
=
'sogecartenet'
DESCRIPTION
=
u'So
ciete General Cartes Entreprises
'
DESCRIPTION
=
u'So
gecarte Net
'
MAINTAINER
=
u'Vincent Paredes'
MAINTAINER
=
u'Vincent Paredes'
EMAIL
=
'vparedes@budget-insight.fr'
EMAIL
=
'vparedes@budget-insight.fr'
LICENSE
=
'AGPLv3+'
LICENSE
=
'AGPLv3+'
VERSION
=
'1.1'
VERSION
=
'1.1'
CONFIG
=
BackendConfig
(
ValueBackendPassword
(
'login'
,
label
=
'Identifiant'
,
masked
=
False
),
CONFIG
=
BackendConfig
(
ValueBackendPassword
(
'login'
,
label
=
'Identifiant'
,
masked
=
False
),
ValueBackendPassword
(
'password'
,
label
=
'
Code personnel
'
))
ValueBackendPassword
(
'password'
,
label
=
'
Mot de passe
'
))
BROWSER
=
SogecartesBrowser
BROWSER
=
SogecartesBrowser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment