clinic/netforce_clinic/layouts/clinic_setting.xml

15 lines
433 B
XML
Raw Normal View History

2014-10-22 03:45:23 +00:00
<form model="clinic.setting" title="Clinic Settings">
2014-10-27 14:17:22 +00:00
<tabs>
<tab string="Testing">
<field name="file"/>
<newline/>
<button string="Read Case" method="read_hd_case"/>
<button string="Post" method="done_hd_case"/>
</tab>
<tab string="General">
<separator string="Labor Cost"/>
<field name="var_k"/>
</tab>
</tabs>
2014-09-11 03:21:52 +00:00
</form>