Add new missing properties
This commit is contained in:
@@ -48,6 +48,8 @@ class AcProject:
|
||||
updated_by_id: int
|
||||
updated_on: int
|
||||
url_path: str
|
||||
task_estimates_enabled: bool
|
||||
show_task_estimates_to_clients: bool
|
||||
|
||||
def to_dict(self) -> dict:
|
||||
d = dataclasses.asdict(self)
|
||||
|
||||
Reference in New Issue
Block a user