[REF]project_working_time_task_portal

This commit is contained in:
2025-04-22 11:43:30 +02:00
parent 204a6a7647
commit 1da31fa1c2
3 changed files with 4 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ class Task(models.Model):
string="Subtask Billable Effective Hours",
store=True,
compute_sudo=True,
recursive=True,
)
@api.depends('timesheet_ids.unit_amount')