diff --git a/InvenTree/part/forms.py b/InvenTree/part/forms.py index 4b91d3bc22..cbc1cdaf8c 100644 --- a/InvenTree/part/forms.py +++ b/InvenTree/part/forms.py @@ -94,6 +94,7 @@ class EditPartForm(HelperForm): 'IPN', 'variant', 'is_template', + 'variant_of', 'description', 'keywords', 'URL', diff --git a/InvenTree/stock/forms.py b/InvenTree/stock/forms.py index ee8592bbb9..a05c8caef0 100644 --- a/InvenTree/stock/forms.py +++ b/InvenTree/stock/forms.py @@ -34,6 +34,7 @@ class CreateStockItemForm(HelperForm): 'location', 'quantity', 'batch', + 'serial', 'delete_on_deplete', 'status', 'notes',