anzeige der gefundenen werte bei testabfrage, liste von vordefinierten abfragen begonnen
This commit is contained in:
parent
b57c69abf0
commit
ffba5c2a45
6 changed files with 110 additions and 4 deletions
21
sources_def.xml
Normal file
21
sources_def.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the investment-module from m-ds for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the
|
||||
full copyright notices and license terms. -->
|
||||
<tryton>
|
||||
<data>
|
||||
|
||||
<record model="investment.source" id="web_finanzen_net">
|
||||
<field name="name">www.finanzen.net - ETF</field>
|
||||
<field name="url">https://www.finanzen.net/etf/${isin}/tgt</field>
|
||||
<field name="nohtml" eval="True"/>
|
||||
<field name="rgxdate">\nKurszeit (\d+\.\d+\.\d+) \d{2}:\d{2}:\d{2}.*\n</field>
|
||||
<field name="rgxdatefmt">%d.%m.%Y</field>
|
||||
<field name="rgxrate">\nKurs (\d+,\d+) EUR.*\n</field>
|
||||
<field name="rgxdecimal">,</field>
|
||||
<field name="rgxident">WKN:.* ISIN: ([A-Z,0-9]+).*</field>
|
||||
<field name="rgxidtype">isin</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
Loading…
Add table
Add a link
Reference in a new issue