trytonpsk-staff_payroll/view/period_form.xml

28 lines
937 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 col="4" cursor="name">
<label name="name"/>
<field name="name"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="start"/>
<field name="start"/>
<label name="end"/>
<field name="end"/>
<label name="description"/>
<field name="description" colspan="3"/>
<group col="4" colspan="4" id="state_buttons">
<label name="state"/>
<field name="state"/>
<group col="5" colspan="2" id="buttons">
<button name="draft" string="Draft"
icon="tryton-clear"/>
<button name="open" string="Open"
icon="tryton-forward"/>
<button name="close" string="Close"
icon="tryton-ok"/>
</group>
</group>
</form>