Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82a7580d59
|
||
|
|
16c563e994
|
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user