clinic/netforce_clinic/layouts/clinic_sickbed_form.xml

20 lines
542 B
XML
Raw Normal View History

2015-01-09 05:19:52 +00:00
<form model="clinic.sickbed" show_company="1">
2014-12-19 16:57:34 +00:00
<head>
2015-01-14 03:55:08 +00:00
<field name="state"/>
2014-12-19 16:57:34 +00:00
<button string="Options" dropdown="1">
<item string="Copy" method="copy"/>
</button>
</head>
<field name="name"/>
2015-01-13 06:08:55 +00:00
<field name="available"/>
2015-01-09 07:48:01 +00:00
<field name="sequence"/>
2015-01-16 11:19:49 +00:00
<field name="department_id"/>
2015-01-09 10:39:33 +00:00
<field name="note"/>
2015-01-21 11:31:51 +00:00
<field name="active"/>
2015-01-16 11:19:49 +00:00
<field name="branch_id" invisible="1"/>
2015-01-09 05:19:52 +00:00
<field name="company_id" invisible="1"/>
2014-12-20 16:03:25 +00:00
<related>
<field name="hd_cases"/>
</related>
2014-12-19 16:57:34 +00:00
</form>