{% extends "part/part_base.html" %} {% load static %} {% load inventree_extras %} {% block details %} {% include "part/tabs.html" with tab='bom' %}

Upload Bill of Materials


Step 1 - Select BOM File

The BOM file must contain the required named columns as provided in the BOM Upload Template

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}
{% endblock %}