2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Add some form fields (might have to remove later)

This commit is contained in:
Oliver Walters 2019-05-26 00:32:18 +10:00
parent 21dd893c01
commit f3b17b2164
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class EditPartForm(HelperForm):
'IPN', 'IPN',
'variant', 'variant',
'is_template', 'is_template',
'variant_of',
'description', 'description',
'keywords', 'keywords',
'URL', 'URL',

View File

@ -34,6 +34,7 @@ class CreateStockItemForm(HelperForm):
'location', 'location',
'quantity', 'quantity',
'batch', 'batch',
'serial',
'delete_on_deplete', 'delete_on_deplete',
'status', 'status',
'notes', 'notes',