Adding contract location/date and party reprensetative
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
import datetime
|
||||
from typing import List
|
||||
|
||||
from pydantic import Field
|
||||
@@ -23,6 +23,8 @@ class ContractDraftCreate(Writer):
|
||||
default=[],
|
||||
format="dictionary",
|
||||
)
|
||||
location: str = ""
|
||||
date: datetime.date = datetime.date(1, 1, 1)
|
||||
|
||||
async def validate_foreign_key(self):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user