-
- Downloads
[FIX] mrp: use the true level in BoM structure report
The BoM structure report is recursive, since product X might use a product X.Y, itself built using a BoM that uses X.Y.Z, and so on. To avoid breaking the layout in cases with too deep nestedness, the report returned a level bounded by 6. This is a totally arbitrary value: the layout can be broken not only because of nestedness, but also because of the length of the product name. So it doesn't really solve the problem. Moreover, a presentation problem should be solved at the presentation layer, which is CSS. opw 1921011 closes odoo/odoo#30606
Please register or sign in to comment