TIP: You can type at any time to perform a new search.
Project Issue related Tasks
project_issue_task · OCA/project
- Repository
- OCA/project · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Project Management
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:17:46
- Authors
- Odoo Community Association (OCA), Daniel Reis
- Maintainers
- Odoo Community Association (OCA), Daniel Reis
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Support for the use case where solving an Issue means a Task should be done, such as an on site visit, and a report must be made to document the work done. This is a common scenario in technical field services. The Issue form already has a "Task" field, allowing to create a Task related to an Issue. This module adds some usability improvements: * "Create Task" button on the Issue form * Automaticaly Close the Issue when the Task is Closed * Automatically Cancel the Task when Issue is Cancelled * Make the Task also visible to all followers of the related Issue
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_issue_form_view_task |
project_issue_form_view_task | project.issue | form | Inherits project_issue.project_issue_form_view |
task_cause_edit |
project.task.cause.form | project.task.cause | form | New |
task_cause_tree |
project.task.cause.tree | project.task.cause | tree | New |
view_project_task_form_issue |
project.task.form.issue | project.task | form | Inherits project.view_task_form2 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (2)-
action_create_task(self, cr, uid, ids, context=None)Create and a related Task for the visit report, and open it's Form. -
case_cancel(self, cr, uid, ids, context=None)On Issue Cancel, also Cancel Task
New fields (0)
No new fields.
Public methods (1)-
action_close(self, cr, uid, ids, context=None)On Task Close, also close Issue
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…