mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-06 16:15:42 +00:00
Stock API now hyperlinkd
This commit is contained in:
@@ -35,6 +35,7 @@ class InvenTreeTree(models.Model):
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
unique_together = ('name', 'parent')
|
||||
|
||||
name = models.CharField(max_length=100)
|
||||
description = models.CharField(max_length=250, blank=True)
|
||||
|
||||
Reference in New Issue
Block a user