Add new missing properties

This commit is contained in:
2024-04-10 15:30:42 +00:00
parent 16c563e994
commit 82a7580d59
+2
View File
@@ -48,6 +48,8 @@ class AcProject:
updated_by_id: int updated_by_id: int
updated_on: int updated_on: int
url_path: str url_path: str
task_estimates_enabled: bool
show_task_estimates_to_clients: bool
def to_dict(self) -> dict: def to_dict(self) -> dict:
d = dataclasses.asdict(self) d = dataclasses.asdict(self)