Project Issue and Task integration

project_issue_service
REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/6.1/project_issue_service
VERSION
VERSION 1.1
CATEGORY
CATEGORYProject Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Daniel Reis
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Daniel Reis
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Maxime Chambreuil, Daniel Reis
WEBSITE
WEBSITEdaniel.reis@securitas.pt
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_functional_blocks
    - project_issue_department
    - project_issue_sequences
    - crm_categ_hierarchy
odoo/odoo:
    - project
    - base_setup
    - base
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - mail
    - base_tools
    - resource
    - project_issue
    - crm
    - base_action_rule
    - base_calendar
    - fetchmail
    - hr
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Integrate Issues and Tasks in a common workflow, as is common in service management scenarios.

1. End user creates new Issue
2. Service Desk User reviews the new Issue: 
    If a technical person intervention is needed, creates a Task for it.
    If not, it's closed without the need for an intervention Task.
3. Service Team User schedules the new Task
4. Service Team User completes the Task. The issue is automatically closed.

CHANGE LOG
============
1.1    Reference sequence (`ref` field) moved to module `project_issue_sequences`.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
project_issue_form_view_dreis project_issue_form_view_dreis project.issue field Inherits project_issue.project_issue_form_view
project_issue_tree_view_reis Project Issue Tracker Tree project.issue data Inherits project_issue.project_issue_tree_view
view_project_issue_filter_dreis Project Issue Tracker Search project.issue filter Inherits project_issue.view_project_issue_filter
view_project_task_form_dreis project.task.form.dreis project.task field Inherits project.view_task_form2
view_task_tree2 project.task.tree project.task field Inherits project.view_task_tree2
Models touched (0)

No models found for this module.