clinic/netforce_clinic/layouts/clinic_nurse_form.xml

41 lines
1.3 KiB
XML

<form model="clinic.nurse">
<head>
<field name="type"/>
<button string="Options" dropdown="1">
<item string="Copy"/>
</button>
</head>
<tabs>
<tab string="General">
<group span="6" columns="1">
<field name="type" required="1"/>
<field name="name"/>
<field name="number"/>
<field name="identification"/>
<field name="expiry_card"/>
<field name="department_id"/>
<field name="birthday"/>
</group>
<group span="6" columns="1">
<field name="picture"/>
<field name="user_id"/>
<field name="email"/>
<field name="mobile"/>
<field name="phone"/>
</group>
<separator string="Address Information"/>
<field name="addresses" view="form_list"/>
</tab>
<tab string="Professional Information">
<field name="prof_license"/>
<field name="prof_license_date"/>
</tab>
</tabs>
<related>
<field name="visits"/>
<field name="hd_cases"/>
<field name="patients"/>
<field name="comments"/>
</related>
</form>