Hi everyone,
I have a form view which has a separator and i need to get rid of it.
< group col="4" >
< field name="date_start" / >
< field name="credit_note" / >
< /group >
< separator string="Payslips" / >
< field name="slip_ids" / >
I need to hide the separator "Payslips", can anyone help me ?
I have tried with these,
< xpath expr="/from/sheet/separator" position="replace" >
< /xpath >
< xpath expr="/from/sheet/separator[0]" position="replace" >
< /xpath >
< xpath expr="//separator" position="replace" >
< /xpath >
But it throws the error cannot be located in parent view
Thanks in advance