Repository
OCA/project · module folder · Try on Runboat
Module version
1.1.0
Category
Project Management
Folder size
0.26 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project-service
Last tracking update
2026-08-07 07:03:07
Authors
Odoo Community Association (OCA), Daniel Reis
Maintainers
Odoo Community Association (OCA), Daniel Reis
Committers
Yannick Vaucher, Daniel Reis, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

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

No HTTP endpoints found for this module.

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