Draft for contract printing

This commit is contained in:
2023-02-17 19:46:22 +01:00
committed by Guillaume G
parent 749794a5f8
commit 74d12ec78e
17 changed files with 424 additions and 4 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):