remove branch from warehouse model
This commit is contained in:
@@ -6,7 +6,6 @@ from core.apps.company.models.branch import Branch
|
||||
|
||||
|
||||
class WhereHouse(BaseModel):
|
||||
branch = models.ForeignKey(Branch, on_delete=models.CASCADE, related_name='wherehouses')
|
||||
name = models.CharField(max_length=200)
|
||||
address = models.CharField(max_length=200)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user