From ba9d6bca168c02bedd31c8109fc3beffb829e89b Mon Sep 17 00:00:00 2001 From: projectsodoo Date: Thu, 7 Jan 2021 15:24:45 +0530 Subject: [PATCH] method code update --- cor_custom/models/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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