I'm trying to create an export template that will allow me to get all nested components of a BoM. Hopefully I'm wrong, but it seems there is a limit to this. From what I can tell, it seems it will only drill down 3 levels.
1. BoM Lines (bom_line_ids)
2. BoM Lines/BOM lines of the referred bom (bom_line_ids/child_line_ids)
3. BoM Lines/BOM lines of the referred bom/BOM lines of the referred bom (bom_line_ids/child_line_ids/chile_line_ids)
Some BoMs in my system can go up to 4, 5, or 6 levels of nesting.
If anybody has any clue, please help me out.