mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Update navbar with category links
- Part - Stock - Supplier
This commit is contained in:
@ -46,6 +46,9 @@ class Part(models.Model):
|
||||
# Internal Part Number (optional)
|
||||
IPN = models.CharField(max_length=100, blank=True)
|
||||
|
||||
# Provide a URL for an external link
|
||||
URL = models.URLField(blank=True)
|
||||
|
||||
# Part category - all parts must be assigned to a category
|
||||
category = models.ForeignKey(PartCategory, related_name='parts',
|
||||
null=True, blank=True,
|
||||
|
Reference in New Issue
Block a user