trytonpsk-farming/view/crop_stage_activity_form.xml

45 lines
1.6 KiB
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>
<group col="4" colspan="3" name="general">
<label name="sequence"/>
<field name="sequence"/>
<label name="kind"/>
<field name="kind" widget="selection"/>
<label name="work_time"/>
<field name="work_time"/>
<label name="uom_time"/>
<field name="uom_time" widget="selection"/>
<label name="planned_date"/>
<field name="planned_date"/>
<label name="effective_date"/>
<field name="effective_date"/>
<group col="8" colspan="4" name="compute_costs" >
<label name="workforce_cost"/>
<field name="workforce_cost"/>
<label name="materials_cost"/>
<field name="materials_cost"/>
<label name="indirect_cost"/>
<field name="indirect_cost"/>
<label name="total_cost"/>
<field name="total_cost"/>
</group>
</group>
<field name="supplies" colspan="4"/>
<group col="6" colspan="4" name="state_buttons" >
<label name="state"/>
<field name="state"/>
<group col="4" colspan="2" name="buttons">
<button name="draft" string="Draft"
icon="tryton-clear"/>
<button name="production" string="Production"
icon="tryton-forward"/>
<button name="cancel" string="Cancel"
icon="tryton-cancel"/>
<button name="finished" string="Finished"
icon="tryton-ok"/>
</group>
</group>
</form>