clinic/netforce_clinic/layouts/clinic_payment_form.xml

15 lines
520 B
XML

<form model="clinic.hd.case.payment">
<field name="hd_case_id" invisible="1"/>
<field name="pay_amount" onchange="onchange_amount"/>
<newline/>
<field name="fee" readonly="1"/>
<newline/>
<field name="to_pay" readonly="1"/>
<newline/>
<field name="complete" help="Mark as complete"/>
<foot>
<button string="Cash" type="success" icon="ok" method="cash" confirm="Are you sure?"/>
<button string="Credit" type="default" icon="check" method="credit"/>
</foot>
</form>