[FIX] hr_recruitment job added show_address even if it doesnt seems to have an effect on the name_get

bzr revid: al@openerp.com-20140126202049-g0f9ku4dcmxfbx9y
This commit is contained in:
Antony Lesuisse 2014-01-26 21:20:49 +01:00
parent 412bae2df4
commit b90092325d
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@
<group name="job_data" position="inside">
<label for="address_id"/>
<div>
<field name="address_id"/>
<field name="address_id" context="{'show_address': 1}"/>
<span class="oe_grey">(empty = remote work)</span>
</div>
</group>