kalenislims/lims_device_maintenance/view/lab_device_maintenance_prog...

20 lines
573 B
XML
Raw Normal View History

2020-02-28 21:37:27 +01:00
<?xml version="1.0"?>
<form>
<label name="device"/>
<field name="device" colspan="3"/>
2020-02-28 21:37:27 +01:00
<label name="activity"/>
<field name="activity"/>
<label name="frequency"/>
<field name="frequency"/>
<group id="responsible" colspan="2" col="4">
<label name="responsible"/>
<field name="responsible"/>
<label name="notice_days"/>
<field name="notice_days" xexpand="0"/>
</group>
<group id="latest_date" colspan="2" col="2">
<label name="latest_date"/>
<field name="latest_date"/>
</group>
2020-02-28 21:37:27 +01:00
</form>