online update ...
This commit is contained in:
parent
f8ba90d633
commit
d54f3805ab
13 changed files with 453 additions and 4 deletions
33
view/source_form.xml
Normal file
33
view/source_form.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?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. -->
|
||||
<form col="6">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<newline/>
|
||||
|
||||
<label name="url"/>
|
||||
<field name="url" colspan="3"/>
|
||||
<label name="nohtml"/>
|
||||
<field name="nohtml"/>
|
||||
|
||||
<separator colspan="6" id="sepsymb" string="Test parameters"/>
|
||||
<label colspan="6" xalign="0.0" id="lab1"
|
||||
string="Configure a source for receiving course data here. The source is queried with the parameters according to schedule."/>
|
||||
<label colspan="6" xalign="0.0" id="lab2"
|
||||
string="Select a website where the price data, ISIN, date, etc. is contained in the loaded HTML file."/>
|
||||
<label colspan="6" xalign="0.0" id="lab3"
|
||||
string="Purely javascript-based websites do not work here."/>
|
||||
|
||||
<label name="isin"/>
|
||||
<field name="isin"/>
|
||||
<label name="nsin"/>
|
||||
<field name="nsin"/>
|
||||
<label name="symbol"/>
|
||||
<field name="symbol"/>
|
||||
|
||||
<separator name="text" colspan="6" string="Result"/>
|
||||
<field name="text" colspan="6" xexpand="1"/>
|
||||
|
||||
</form>
|
8
view/source_list.xml
Normal file
8
view/source_list.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?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. -->
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
<field name="url"/>
|
||||
</tree>
|
Loading…
Add table
Add a link
Reference in a new issue