Hello Everyone...
In Odoo 8 Contract Form, I want to hide supplementary_allowance field . But its already a inherited view of l_10n_in_hr_payroll form. My xpath is as below but its giving error
<xpath expr="//page[@string='Information']/group/group[@name='salary_and_advantages']/group[1]/field[@name='supplementary_allowance']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
So can any one tell correct xpath.
Thanks in advance.......