clinic/netforce_clinic/layouts/clinic_matching_payment.xml

16 lines
585 B
XML
Raw Normal View History

2015-01-16 11:19:49 +00:00
<form model="clinic.matching.payment" title="Matching Payment">
<separator string="1. Click Match > 2. Review Items > 3. Import Payment"/>
<group form_layout="stacked">
<field name="file" span="3"/>
<field name="patient_type_id" span="3"/>
<field name="hcode_id" span="3"/>
</group>
<foot replace="1">
<button string="Match" method="match" icon="ok" type="success"/>
<button string="Import Payment" method="pay" icon="arrow-right" type="default"/>
</foot>
<related>
<field name="expenes"/>
</related>
</form>