Initial import from Docker volume
This commit is contained in:
17
modules/price/view/price_value_form.xml
Executable file
17
modules/price/view/price_value_form.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<form>
|
||||
<group id="price_value_header">
|
||||
<label name="price_index"/>
|
||||
<field name="price_index"/>
|
||||
<label name="price_date"/>
|
||||
<field name="price_date"/>
|
||||
<label name="price_value"/>
|
||||
<field name="price_value"/>
|
||||
<label name="open_price"/>
|
||||
<field name="open_price"/>
|
||||
<label name="low_price"/>
|
||||
<field name="low_price"/>
|
||||
<label name="high_price"/>
|
||||
<field name="high_price"/>
|
||||
</group>
|
||||
</form>
|
||||
Reference in New Issue
Block a user