15 lines
485 B
XML
Executable File
15 lines
485 B
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<graph type="line">
|
|
<x>
|
|
<field name="price_date"/>
|
|
</x>
|
|
<y>
|
|
<field name="price_value" fill="1" empty="0"/>
|
|
<field name="open_price" fill="1" empty="0"/>
|
|
<field name="low_price" fill="1" empty="0"/>
|
|
<field name="high_price" fill="1" empty="0"/>
|
|
</y>
|
|
</graph>
|