2017-06-04 16:40:06 +00:00
|
|
|
<form model="clinic.patient.move">
|
2017-06-11 17:35:26 +00:00
|
|
|
<head>
|
|
|
|
<button string="View HDCase Summary" action="report_hdcase_summary" icon="print"/>
|
|
|
|
</head>
|
|
|
|
<field name="patient_id" onchange="onchange_patient"/>
|
2017-06-04 16:40:06 +00:00
|
|
|
<field name="date"/>
|
|
|
|
<field name="location_from_id"/>
|
|
|
|
<field name="location_to_id"/>
|
|
|
|
<field name="note"/>
|
|
|
|
<field name="state"/>
|
|
|
|
</form>
|