Hi everybody,
in helpdesk module, there is the view helpdesk.helpdesk_ticket_view_form with an inherited view helpdesk_timesheet.helpdesk_ticket_view_form_inherit_helpdesk_timesheet which add a notebook with 2 tabs (description and timesheets) in the parent view.
I want to add a other inherited view to add a new tab
I tried to inherit the first view and add a priority superior to the the priority of the inherited view but it doesn't works
I tried whith this followings xpath :
But each time, i've got the error that the element cannot be located in the parent view
Do you know how to do that ?