remove branch from warehouse model

This commit is contained in:
behruz-dev
2025-09-22 11:08:02 +05:00
parent 2b6e776737
commit 3589b0daf3
5 changed files with 24 additions and 23 deletions

View File

@@ -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)