| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/10.0/project_issue_task |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - project_issue - project - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - resource - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_issue_form_view_task |
project_issue_form_view_task | project.issue | field | 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 | field | Inherits project.view_task_form2 |
No new fields.
Public methods (2)action_create_task(self, cr, uid, ids, context=None)
case_cancel(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)action_close(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/9.0/project_issue_task |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), cubells, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - project_issue - sales_team - base - base_setup - web_kanban - web - bus - project - product - decimal_precision - report - analytic - portal - auth_signup - resource - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_issue_form_view_task |
project_issue_form_view_task | project.issue | field | 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 | field | Inherits project.view_task_form2 |
No new fields.
Public methods (1)action_create_task(self)
issue_id
Many2one → project.issue
comodel_name='project.issue'
compute='_compute_issue_id'
store=True
string='Main Issue'
issue_ids
One2many → project.issue
comodel_name='project.issue'
inverse_name='task_id'
string='Issues'
reason_id
Many2one → project.task.cause
comodel_name='project.task.cause'
string='Problem Cause'
ref
Char
string='Reference'
write(self, values)
code
Char
description
Text
name
Char
required=True
string='Cause'
translate=True
sequence
Integer
default=10
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/8.0/project_issue_task |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Daniel Reis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Matjaž Mozetič |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - project_issue - sales_team - base - base_setup - web_kanban - web - web_kanban_sparkline - project - product - decimal_precision - report - analytic - board - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_issue_form_view_task |
project_issue_form_view_task | project.issue | field | 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 | field | Inherits project.view_task_form2 |
No new fields.
Public methods (2)action_create_task(self, cr, uid, ids, context=None)
case_cancel(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)action_close(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/7.0/project_issue_task |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Daniel Reis, moylop260 |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - project_issue - base_status - base - crm - base_action_rule - base_setup - web_kanban - web - process - email_template - base_calendar - resource - board - fetchmail - project - product - decimal_precision - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_issue_form_view_task |
project_issue_form_view_task | project.issue | field | 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 | field | Inherits project.view_task_form2 |
No new fields.
Public methods (2)action_create_task(self, cr, uid, ids, context=None)
case_cancel(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)action_close(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.