Add mid price value field

This commit is contained in:
2026-07-13 16:52:53 +02:00
parent ddd88cd840
commit f2fe626d72
8 changed files with 67 additions and 50 deletions

View File

@@ -2,8 +2,9 @@
<tree editable="1">
<field name="price_index"/>
<field name="price_date"/>
<field name="price_value"/>
<field name="open_price"/>
<field name="low_price"/>
<field name="high_price"/>
</tree>
<field name="price_value"/>
<field name="open_price"/>
<field name="low_price"/>
<field name="mid_price"/>
<field name="high_price"/>
</tree>