I need more space for my timesheets in the project.task module in the task form view. So I need this view without the "<sheet></sheet>" tags.
I know I could inherit the view and replace the sheet with the all the code from the inherited view without the sheet tags.
But the problem is I've extended the original project.task form view with 2 or 3 different custom modules.
So is there a way that I could just remove the tags without hiding the content between the tags? And not with debug mode and editting the form view.
Never done anything like that. Can this be done with a custom module and not rewriting the original code. Won't there be problem with duplicated ids? Is there any working example?