TIP: You can type at any time to perform a new search.
Project Related Task
project_task_related · OCA/project
- Repository
- OCA/project · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Project
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/project
- Last tracking update
- 2026-08-07 08:42:45
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, cristina-hidalgo-tecnativa
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Adds a tab on the task view to link tasks that are related but don't have a parent/child relationship.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_project_task_search_inherit_same_customer |
project.task.search.same.customer | project.task | search | Inherits project.view_task_search_form_project_base |
view_task_form_inherit_related_tasks |
project.task.form.related.tasks | project.task | form | Inherits project.view_task_form2 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
forward_related_task_idsMany2many → project.taskstring='Self to other task relation' args: 'project.task', 'project_task_relation', 'task_id', 'related_task_id' -
related_task_idsMany2many → project.taskcompute='_compute_related_tasks'domain="[('id', '!=', id)]"inverse='_inverse_related_tasks'string='Related Tasks' args: 'project.task' -
reverse_related_task_idsMany2many → project.taskstring='Other to self task relation' args: 'project.task', 'project_task_relation', 'related_task_id', 'task_id'
No public methods.
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 64 days ago
- Last activity
- 50 days ago
- Repository
- OCA/project
- Pull request
- [19.0] [MIG] project_task_related : Migration to 19.0. (#1754)