[FIX] hr_recruitment job added show_address even if it doesnt seems to have an effect...
authorAntony Lesuisse <al@openerp.com>
Sun, 26 Jan 2014 20:20:49 +0000 (21:20 +0100)
committerAntony Lesuisse <al@openerp.com>
Sun, 26 Jan 2014 20:20:49 +0000 (21:20 +0100)
bzr revid: al@openerp.com-20140126202049-g0f9ku4dcmxfbx9y

addons/hr_recruitment/hr_recruitment_view.xml

index 929a539..7dff1c3 100644 (file)
             <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>