clinic/netforce_clinic/layouts/clinic_matching_payment_pop...

10 lines
307 B
XML
Raw Normal View History

2015-03-04 07:19:53 +00:00
<form model="clinic.matching.payment.popup" title="Select Type">
<group form_layout="stacked">
<field name="type" span="6"/>
<field name="matching_payment_id" invisible="1"/>
</group>
<foot>
<button string="Select" method="do_select" type="primary"/>
</foot>
</form>