[IMP] project_working_time_task_portal : add non billable hours for subtasks #29
Reference in New Issue
Block a user
No description provided.
Delete Branch "working_time_task-add-subtasks-non-billable-hours"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cf https://elabore.coop/web#id=5617&cids=1&menu_id=198&action=317&active_id=83&model=project.task&view_type=form
Screenshot of the result :

@@ -9,7 +9,6 @@ class Task(models.Model):compute="_compute_billable_effective_hours",string="Billable Effective Hours",store=True,compute_sudo=True,From the documentation :
compute_sudo (bool) – whether the field should be recomputed as superuser to bypass access rights (by default True for stored fields, False for non stored fields)Vu avec Boris IRL ✅