diff --git a/cor_custom/models/project.py b/cor_custom/models/project.py index d7f2f10..f6208cd 100755 --- a/cor_custom/models/project.py +++ b/cor_custom/models/project.py @@ -67,7 +67,7 @@ class Project(models.Model): @api.depends('cost', 'expenses_amt', 'budgeted_revenue') - def _compute_consultant_timesheet_hours(self): + def _compute_calc(self): for record in self: consultant_cost = 0.0 hour = 0.0