clinic/netforce_clinic/layouts/clinic_share_location.xml

12 lines
496 B
XML

<form model="clinic.share.location" title="Share To Another Location">
<group form_layout="stacked">
<field name="location" span="8"/>
<field name="loc_select" selection="get_location" onchange="onchange_location" span="4"/>
<field name="patient_id" invisible="1" span="2"/>
</group>
<foot>
<button string="Share" type="primary" icon="share-alt" method="do_share"/>
<button string="Clear" type="default" method="do_clear"/>
</foot>
</form>