From c6e5160cf9288d24d87c7545e303b84666df6c06 Mon Sep 17 00:00:00 2001 From: shubham Date: Wed, 11 Jun 2025 12:42:12 +0530 Subject: [PATCH] Timesheet Start Time to Timesheet Start Date --- project_report/report/project_revenue_custom_report3.py | 2 +- project_report/report/project_revenue_custom_report3_views.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project_report/report/project_revenue_custom_report3.py b/project_report/report/project_revenue_custom_report3.py index cfe772c..4216f12 100644 --- a/project_report/report/project_revenue_custom_report3.py +++ b/project_report/report/project_revenue_custom_report3.py @@ -27,7 +27,7 @@ class ProjectRevenueCustomReport3(models.Model): ('hours_no_limit', 'Total hours are budgeted without division to consultant'), ], string="Project Type", readonly=True) employee_id = fields.Many2one('hr.employee', string='Consultant', readonly=True) - timesheet_sdatetime = fields.Datetime(string='Timesheet Start Time', readonly=True) + timesheet_sdatetime = fields.Date(string='Timesheet Start Date', readonly=True) unit_amount = fields.Float('Timesheet Hours', digits=(16, 2)) timesheet_cost = fields.Float('Hourly Cost', digits=(16, 2)) profit_per = fields.Float(string='Profit (%)', digits=(16, 2)) diff --git a/project_report/report/project_revenue_custom_report3_views.xml b/project_report/report/project_revenue_custom_report3_views.xml index bacd7d4..f43b182 100644 --- a/project_report/report/project_revenue_custom_report3_views.xml +++ b/project_report/report/project_revenue_custom_report3_views.xml @@ -19,6 +19,7 @@ +