feat(project_management): add project completed field

ref: #248 #401
This commit is contained in:
2024-11-29 00:13:52 +09:30
parent bcf353bee6
commit 1d9d426601
2 changed files with 5 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class Project(ProjectCommonFieldsName):
'priority',
'project_type',
'state',
'percent_completed',
'completed',
],
"right": [
'planned_start_date',