xxx
parent
15b692fe96
commit
157454f03b
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<field name="type_id"/>
|
<field name="type_id"/>
|
||||||
<button string="Options" dropdown="1">
|
<button string="Options" dropdown="1">
|
||||||
<item string="Share" action="clinic_share_location"/>
|
<item string="Share To Another Location" action="clinic_share_location"/>
|
||||||
</button>
|
</button>
|
||||||
</head>
|
</head>
|
||||||
<field name="number"/>
|
<field name="number"/>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<form model="clinic.share.location" title="Share Patient To Another Location">
|
<form model="clinic.share.location" title="Share To Another Location">
|
||||||
<group form_layout="stacked">
|
<group form_layout="stacked">
|
||||||
<field name="location" span="8"/>
|
<field name="location" span="8"/>
|
||||||
<field name="loc_select" selection="get_location" onchange="onchange_location" span="4"/>
|
<field name="loc_select" selection="get_location" onchange="onchange_location" span="4"/>
|
||||||
|
|
Loading…
Reference in New Issue