clinic/netforce_clinic/layouts/patient_move_form.xml

12 lines
364 B
XML
Raw Normal View History

<form model="clinic.patient.move">
<head>
<button string="View HDCase Summary" action="report_hdcase_summary" icon="print"/>
</head>
<field name="patient_id" onchange="onchange_patient"/>
<field name="date"/>
<field name="location_from_id"/>
<field name="location_to_id"/>
<field name="note"/>
<field name="state"/>
</form>