2015-01-14 07:15:10 +00:00
|
|
|
<form model="clinic.branch" show_company="1">
|
2015-03-11 16:41:46 +00:00
|
|
|
<head>
|
|
|
|
<button string="Options" dropdown="1">
|
|
|
|
<item string='Share Access' method="share_access" confirm="Are you sure?"/>
|
|
|
|
</button>
|
|
|
|
</head>
|
2014-11-27 03:50:13 +00:00
|
|
|
<field name="name"/>
|
2015-01-14 13:36:23 +00:00
|
|
|
<field name="code"/>
|
2014-11-27 03:50:13 +00:00
|
|
|
<field name="parent_id"/>
|
2015-01-14 11:00:14 +00:00
|
|
|
<field name="company_id"/>
|
2015-01-19 09:00:01 +00:00
|
|
|
<field name="active"/>
|
2015-03-17 09:29:34 +00:00
|
|
|
<separator string="Address"/>
|
|
|
|
<field name="addresses" view="form_list"/>
|
2015-01-15 00:59:27 +00:00
|
|
|
<related>
|
|
|
|
<field name="departments"/>
|
|
|
|
</related>
|
2014-11-27 03:50:13 +00:00
|
|
|
</form>
|