View allocation updated
This commit is contained in:
parent
97ea1b3f6b
commit
f035a32b01
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue