2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Link to download a BOM template file

This commit is contained in:
Oliver Walters
2019-06-27 22:15:58 +10:00
parent 3085db44af
commit 2831ac55c4
5 changed files with 58 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ from __future__ import unicode_literals
from InvenTree.forms import HelperForm
from django import forms
from django.core.validators import MinValueValidator
from .models import Part, PartCategory, PartAttachment
from .models import BomItem