trytonpsk-farming/view/crop_tree.xml

14 lines
492 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. -->
<tree>
<field name="number"/>
<field name="variety" expand="1"/>
<field name="location" expand="1"/>
<field name="start_date" widget="date"/>
<field name="end_date" widget="date"/>
<field name="quantity_planned"/>
<field name="quantity_produced"/>
<field name="state" expand="1"/>
</tree>