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
49
Merge Requests
49
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
4ddd3f70
Commit
4ddd3f70
authored
Jan 06, 2021
by
Quentin Defenouillere
Committed by
Vincent A
Jan 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cragr] fetch obj_diff for Predica life insurances
parent
ccd96d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
modules/cragr/pages.py
modules/cragr/pages.py
+6
-0
No files found.
modules/cragr/pages.py
View file @
4ddd3f70
...
...
@@ -725,6 +725,12 @@ class PredicaInvestmentsPage(LoggedPage, JsonPage):
return
Eval
(
float_to_decimal
,
quantity
)(
self
)
return
NotAvailable
def
obj_diff
(
self
):
diff
=
Dict
(
'mtpmvspt'
,
default
=
None
)(
self
)
if
diff
is
not
None
:
return
Eval
(
float_to_decimal
,
diff
)(
self
)
return
NotAvailable
def
obj_code
(
self
):
code
=
Dict
(
'cdsptisn'
)(
self
)
if
is_isin_valid
(
code
):
...
...
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