Reassign Project Issues

project_issue_reassign
REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/8.0/project_issue_reassign
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYProject Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Daniel Reis
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Daniel Reis
COMMITTERS
COMMITTERSYannick Vaucher, Daniel Reis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/project-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project_issue
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
project_issue_form_view_reassign project_issue_form_view_reassign project.issue field Inherits project_issue.project_issue_form_view
view_project_issue_reassign Reassign Project Issue project.issue.reassign form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • do_reassign(self, user=None, proj=None)
    @api.multi
    Reassign an Issue to another User and/or Project

New fields (2)
  • project_id Many2one → project.project
    help='Project this issue should belong to' args: 'project.project', 'Project'
  • user_id Many2one → res.users
    help='User you want to assign this issue to' args: 'res.users', 'Assign To'
Public methods (1)
  • reassign(self)
    @api.multi