Adding contract location/date and party reprensetative
This commit is contained in:
@@ -17,6 +17,15 @@ class PartyTemplate(BaseModel):
|
||||
default=""
|
||||
)
|
||||
part: str
|
||||
representative_id: str = Field(
|
||||
foreignKey={
|
||||
"reference": {
|
||||
"resource": "entity",
|
||||
"schema": "Entity",
|
||||
}
|
||||
},
|
||||
default=""
|
||||
)
|
||||
|
||||
|
||||
def remove_html_tags(text):
|
||||
|
||||
Reference in New Issue
Block a user