2015-02-09 16:47:59 +00:00
|
|
|
<inherit model="select.company" inherit="select_company">
|
|
|
|
<field name="company" position="after">
|
2015-03-25 05:22:10 +00:00
|
|
|
<field name="branch" selection="get_branch" attrs='{"invisible":[["show_branch","=",false]]}'/>
|
|
|
|
<field name="department" selection="get_departments" attrs='{"invisible":[["show_branch","=",true]]}'/>
|
|
|
|
<field name="show_branch" invisible="1"/>
|
2015-02-09 16:47:59 +00:00
|
|
|
</field>
|
|
|
|
</inherit>
|