mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Use an optimized method to explode the BoM. The explode methods include data and a cycle check that we don't need here. Besides, it calls '_bom_find' on every bom line of the graph, which generates thousands of SELECT queries on large BoMs.