trytonpsk-farming/view/activity_form.xml

24 lines
752 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="kind"/>
<field name="kind" widget="selection"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="employee"/>
<field name="employee"/>
<label name="planned_date"/>
<field name="planned_date"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="amount"/>
<field name="amount"/>
<field name="shipments" colspan="4"/>
<!-- <field name="works" colspan="4"/> -->
<label name="state"/>
<field name="state"/>
</form>