hi all,
I have inherited 'sales order' from 'sales' and i need to remove 'Other Information' tab from 'sales order'.
i tried using <xpath>
<xpath expr="//notebook/page[2]" position="replace">
<attribute name="invisible"></attribute>
</xpath>
and
<xpath expr="/form/sheet/notebook/page[2][@string= 'Other Information']" invisible="1"></xpath>
these two are not working. Can anyone send the proper xpath to remove tab?