Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
134
Issues
134
List
Boards
Labels
Milestones
Merge Requests
41
Merge Requests
41
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
2d5214e0
Commit
2d5214e0
authored
Jun 24, 2019
by
Damien Mat
Committed by
ntome
Jul 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bpe] Typing 'avantage capitalisation' account as TYPE_LIFE_INSURANCE
Closes: 11364@zendesk
parent
93f56266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
19 deletions
+21
-19
pages.py
modules/cmso/par/pages.py
+21
-19
No files found.
modules/cmso/par/pages.py
View file @
2d5214e0
...
...
@@ -56,25 +56,27 @@ class LogoutPage(RawPage):
class
AccountsPage
(
LoggedPage
,
JsonPage
):
TYPES
=
OrderedDict
([(
'courant'
,
Account
.
TYPE_CHECKING
),
(
'pee'
,
Account
.
TYPE_PEE
),
(
'epargne en actions'
,
Account
.
TYPE_PEA
),
(
'pea'
,
Account
.
TYPE_PEA
),
(
'p.e.a.'
,
Account
.
TYPE_PEA
),
(
'preference'
,
Account
.
TYPE_LOAN
),
(
'livret'
,
Account
.
TYPE_SAVINGS
),
(
'vie'
,
Account
.
TYPE_LIFE_INSURANCE
),
(
'previ_option'
,
Account
.
TYPE_LIFE_INSURANCE
),
(
'actions'
,
Account
.
TYPE_MARKET
),
(
'titres'
,
Account
.
TYPE_MARKET
),
(
'ldd cm'
,
Account
.
TYPE_SAVINGS
),
(
'librissime'
,
Account
.
TYPE_SAVINGS
),
(
'epargne logement'
,
Account
.
TYPE_SAVINGS
),
(
'plan bleu'
,
Account
.
TYPE_SAVINGS
),
(
'capital plus'
,
Account
.
TYPE_SAVINGS
),
(
'capital expansion'
,
Account
.
TYPE_DEPOSIT
),
(
'carte'
,
Account
.
TYPE_CARD
),
])
TYPES
=
OrderedDict
([
(
'courant'
,
Account
.
TYPE_CHECKING
),
(
'pee'
,
Account
.
TYPE_PEE
),
(
'epargne en actions'
,
Account
.
TYPE_PEA
),
(
'pea'
,
Account
.
TYPE_PEA
),
(
'p.e.a.'
,
Account
.
TYPE_PEA
),
(
'preference'
,
Account
.
TYPE_LOAN
),
(
'livret'
,
Account
.
TYPE_SAVINGS
),
(
'vie'
,
Account
.
TYPE_LIFE_INSURANCE
),
(
'previ_option'
,
Account
.
TYPE_LIFE_INSURANCE
),
(
'avantage capitalisation'
,
Account
.
TYPE_LIFE_INSURANCE
),
(
'actions'
,
Account
.
TYPE_MARKET
),
(
'titres'
,
Account
.
TYPE_MARKET
),
(
'ldd cm'
,
Account
.
TYPE_SAVINGS
),
(
'librissime'
,
Account
.
TYPE_SAVINGS
),
(
'epargne logement'
,
Account
.
TYPE_SAVINGS
),
(
'plan bleu'
,
Account
.
TYPE_SAVINGS
),
(
'capital plus'
,
Account
.
TYPE_SAVINGS
),
(
'capital expansion'
,
Account
.
TYPE_DEPOSIT
),
(
'carte'
,
Account
.
TYPE_CARD
),
])
def
get_keys
(
self
):
"""Returns the keys for which the value is a list or dict"""
...
...
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