Adding contract location/date and party reprensetative

This commit is contained in:
2023-02-17 19:43:56 +01:00
parent 61b8e3fe21
commit 6d6dc2d82b
3 changed files with 28 additions and 2 deletions

View File

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