From f035a32b012c24445e41f50c6a489428f2217e66 Mon Sep 17 00:00:00 2001 From: projectsodoo Date: Fri, 5 Feb 2021 21:45:04 +0530 Subject: [PATCH] View allocation updated --- cor_custom/report/project_hours_report.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cor_custom/report/project_hours_report.py b/cor_custom/report/project_hours_report.py index 0620365..b4c6005 100755 --- a/cor_custom/report/project_hours_report.py +++ b/cor_custom/report/project_hours_report.py @@ -9,7 +9,6 @@ class BudgetHrsAnalysis(models.Model): _name = "project.consultant.hrs.report" _description = "Project consultant hours analysis report" #_order = 'project_id desc, hours_type asc, end_date desc, employee_id' - _order = 'project_id desc, 1, 2, hours_type, employee_id, end_date, start_date' _auto = False project_id = fields.Many2one('project.project', string='Project', readonly=True)