[FIX] hr: Show address doesn't work without always_reload option

The address of the company is supposed to be displayed
in the form view. Without this, it's not the case.

Closes #8373
This commit is contained in:
Adrien Peiffer (ACSONE) 2015-09-04 11:12:13 +02:00 committed by Denis Ledoux
parent a519527c72
commit b429621676
1 changed files with 1 additions and 1 deletions

View File

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