[IMP] project_working_time_task_portal : add non billable hours for subtasks #29

Merged
mondot merged 1 commits from working_time_task-add-subtasks-non-billable-hours into 16.0 2025-11-19 09:33:49 +00:00
Owner
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 : <img width="301" alt="image.png" src="attachments/ac46cbd6-3878-4a28-866b-d77d7155ad42">
mondot added 1 commit 2025-11-18 14:29:02 +00:00
[IMP] project_working_time_task_portal : add non billable hours for subtasks
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m28s
0ca324a6af
mondot added 2 commits 2025-11-18 14:30:52 +00:00
[IMP] project_working_time_task_portal : add non billable hours for subtasks
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m28s
0ca324a6af
[IMP] project_working_time_task_portal : add non billable hours for subtasks
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m30s
c0a1a0aa5c
mondot added 2 commits 2025-11-18 14:47:15 +00:00
[IMP] project_working_time_task_portal : add non billable hours for subtasks
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m30s
c0a1a0aa5c
[IMP] project_working_time_task_portal : add non billable hours for subtasks
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m28s
558274c22b
mondot reviewed 2025-11-18 14:48:28 +00:00
@@ -9,7 +9,6 @@ class Task(models.Model):
compute="_compute_billable_effective_hours",
string="Billable Effective Hours",
store=True,
compute_sudo=True,
Author
Owner

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)

From the [documentation](https://www.odoo.com/documentation/16.0/developer/reference/backend/orm.html) : `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)`
Author
Owner

Vu avec Boris IRL

Vu avec Boris IRL ✅
mondot merged commit 558274c22b into 16.0 2025-11-19 09:33:49 +00:00
mondot deleted branch working_time_task-add-subtasks-non-billable-hours 2025-11-19 09:33:49 +00:00
Sign in to join this conversation.
No description provided.