As the title says, I'm trying to figure out what I need to do to get some other fields to display in the bom overview for each line item like a serial #. Not the pdf report, but the web page you go to before you print the pdf report. I've managed to get these extra fields into the pdf report, just not on the web page.
I'm attempting to inherit the mrp.report_mrp_bom template to show extra fields on the web page.
I'm also inheriting from mrp.report_mrp_bom_pdf_line to show those fields in the pdf report which is working for me.
I'm not sure why but I can't seem to show my xml
Thank you for your response. I thought I tried inheriting from that before, but maybe i used mrp.BomOverview instead. I will give that a try.