Hello Guys!!!
I want to change the position of the field job_id in the hr_contract form.
So that, i tried this:
<xpath expr="//field[@name='job_id']" position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
and then:
<xpath expr="//field[@name='job_id']" position = "replace">
<field name="job_id" string="Fonction"/>
</xpath>
But when i try to apply an onchange on it, nothing happend :/
Can anyone help me to know how to change its position please.
Thaks a lot in advance.
Best Regards.