Timeline diff issue fixed query updated

This commit is contained in:
projectsodoo 2021-03-01 12:29:10 +05:30
parent 4b1a355fd4
commit 7c05dc6515
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ProjectTimelineReport(models.Model):
date AS enddate,
'Budgeted' as timeline_type,
pro.budgeted_hours2 as hours,
(date - datestart) as timeline,
(date - date_start) as timeline,
--DATE_PART('day', AGE(date, date_start)) AS timeline,
pro.*
FROM