mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-13 08:21:26 +00:00
Moved tracking information to StockItem
This commit is contained in:
@ -111,7 +111,8 @@ class Part(models.Model):
|
||||
units = models.CharField(max_length=20, default="pcs", blank=True)
|
||||
|
||||
# Is this part "trackable"?
|
||||
# Trackable parts can have unique instances which are assigned serial numbers
|
||||
# Trackable parts can have unique instances
|
||||
# which are assigned serial numbers (or batch numbers)
|
||||
# and can have their movements tracked
|
||||
trackable = models.BooleanField(default=False)
|
||||
|
||||
|
Reference in New Issue
Block a user