add: contract create serializer, TODO: fix errors with owners create and test

This commit is contained in:
2025-08-05 15:49:53 +05:00
parent e77f799802
commit 5630429974
6 changed files with 283 additions and 110 deletions

View File

@@ -37,6 +37,8 @@ class CompanyFolderModel(UUIDPrimaryKeyBaseModel):
ContractModel,
verbose_name=_("Contracts"),
related_name="folders",
null=True,
blank=True
)
def __str__(self):