trytonpsk-staff_payroll/view/workday_definition_form.xml

14 lines
412 B
XML
Raw Permalink Normal View History

2020-04-16 00:37:53 +02:00
<?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="6">
<label name="weekday"/>
<field name="weekday"/>
<label name="workday"/>
<field name="workday"/>
<label name="restday"/>
<field name="restday"/>
<label name="note"/>
<field name="note"/>
</form>