trytonpsk-farming/view/variety_form.xml

19 lines
645 B
XML

<?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. -->
<form>
<label name="product"/>
<field name="product"/>
<label name="location"/>
<field name="location"/>
<label name="production_rate"/>
<field name="production_rate"/>
<label name="production_uom"/>
<field name="production_uom"/>
<label name="standard_cycle"/>
<field name="standard_cycle"/>
<separator name="notes" colspan="4"/>
<field name="stages" colspan="2"/>
<!-- <field name="activities" colspan="2"/> -->
</form>