TIP: You can type at any time to perform a new search.
Reassign Project Issues
project_issue_reassign · OCA/project
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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.multiReassign an Issue to another User and/or Project
New fields (2)
-
project_idMany2one → project.projecthelp='Project this issue should belong to' args: 'project.project', 'Project' -
user_idMany2one → res.usershelp='User you want to assign this issue to' args: 'res.users', 'Assign To'
-
reassign(self)@api.multi