mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-16 17:56:30 +00:00
Renamed Company
This commit is contained in:
@@ -4,8 +4,8 @@ from django.db import models
|
||||
from django.core.exceptions import ObjectDoesNotExist
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
|
||||
class ExternalEntity(models.Model):
|
||||
""" Abstract model representing an external person / supplier / etc
|
||||
class Company(models.Model):
|
||||
""" Abstract model representing an external company
|
||||
"""
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user