View allocation updated

This commit is contained in:
projectsodoo 2021-02-05 21:45:04 +05:30
parent 97ea1b3f6b
commit f035a32b01
1 changed files with 0 additions and 1 deletions

View File

@ -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)