method code update
This commit is contained in:
parent
bc27b5b100
commit
ba9d6bca16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue