As an example:
I would like to generate a PDF of my BOM structure using the "mrp.report_bom_structure" view.
However, multiple views are involved in creating the PDF. Is there a function available to list all the views being used?
I know you can search the source code for "report_bom_structure," but if the view I need references another view, which in turn references "report_bom_structure," it might be harder to track down.
Is there a simpler way to accomplish this?
In my case I want to get rid of the work plan column.