| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory (stock) • Discuss (mail) • Invoicing (account) |
| Lines of code | 200 |
| Technical Name |
bom_multinivel |
| License | OPL-1 |
| Versions | 18.0 19.0 |
Multi-Level BoM Explorer
Turn complex bills of materials into a clear tree of manufacturing orders—automatically, with project traceability.
What “multi-level” means (with your products)
1 — Top-level product. You start from the finished item (for example “Product level 2”). Components underneath are other manufactured products (“level 1”, “level 0”) that carry their own BoMs.
2 — Same story in the BoM Overview. Odoo shows the hierarchy as a tree: finished good → sub-assemblies → raw materials. That visual is the “multi-level” idea the name points to.
3 — Orders follow the hierarchy. After confirmation, you see linked manufacturing orders (Source / origin) that mirror the BoM depth—so shop-floor execution matches the multi-level structure.
Why teams buy this
What you get
- Automatic multilevel explosion on MO confirm — walks BoM lines and creates the next level of manufacturing orders where a manufacturing BoM exists.
- Phantom (kit) BoM support — expands kits without creating an MO for the phantom; continues down the exploded components.
- Subcontracting-aware — subcontracting BoMs are skipped by design to avoid conflicting flows.
- Depth guard — recursion is capped (25 levels) with logging if the limit is reached.
- Project number — sequence-based project number on MOs, inherited by children linked via
originfor end-to-end traceability. - Operational carry-down — when present on the parent MO, router/job/sales-order related fields are propagated to generated child MOs for consistent job tracking.
- Manual trigger — server action / technical entry point
action_propagate_routerfor controlled propagation when needed.
Requirements and fit
- Odoo 18.0 with Manufacturing and Sales installed.
- Use the addon folder bom_multinivel_18 on 18.0 servers; use bom_multinivel for Odoo 19.
- Designed for companies with multilevel manufacturing BoMs who want child MOs created automatically at confirmation time.
If another customization also creates child MOs on confirm, review overlap—you may need a single orchestration strategy.
Support
- Publisher: Armonia
- Support email: le.contino@gmail.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module