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)