Dynamic lawyer

This commit is contained in:
2023-03-06 21:25:11 +01:00
parent 4b00ef12aa
commit 52ea9dfb63
4 changed files with 15 additions and 24 deletions

View File

@@ -114,6 +114,7 @@ class Contract(CrudDocument):
props={"items-per-row": "1", "numbered": True}
)
status: ContractStatus = ContractStatus.published
lawyer: Entity
location: str
date: datetime.date