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

Moved tracking information to StockItem

This commit is contained in:
Oliver
2018-04-16 20:08:04 +10:00
parent f7eff8ae98
commit 76ee150ca4
31 changed files with 167 additions and 640 deletions

View File

@@ -44,6 +44,10 @@ class EditStockItemForm(forms.ModelForm):
'part',
'supplier_part',
'location',
'belongs_to',
'serial',
'batch',
'quantity',
'status'
'status',
'customer'
]