method code update

This commit is contained in:
projectsodoo 2021-01-07 15:24:45 +05:30
parent bc27b5b100
commit ba9d6bca16
1 changed files with 1 additions and 1 deletions

View File

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