trytond-agronomics/view/wine_aging_history_form.xml
Raimon Esteve 6646e5f84e Add wine aging history
046447
2023-03-28 17:23:08 +02:00

17 lines
399 B
XML

<form>
<label name="production"/>
<field name="production"/>
<label name="location"/>
<field name="location"/>
<label name="product"/>
<field name="product"/>
<label name="material"/>
<field name="material"/>
<label name="date_start"/>
<field name="date_start"/>
<label name="date_end"/>
<field name="date_end"/>
<label name="duration"/>
<field name="duration"/>
</form>