TIP: You can type at any time to perform a new search.
Project Issue with Department
project_issue_department · OCA/department
- Repository
- OCA/department · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Project Management
- Folder size
- 0.01 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://odoo-community.org
- Last tracking update
- 2026-08-07 07:03:15
- Authors
- Odoo Community Association (OCA), Daniel Reis
- Maintainers
- Odoo Community Association (OCA), Daniel Reis
- Committers
- Yannick Vaucher, Stéphane Bidoul, Alexandre Fayolle, Daniel Reis, Stéphane Bidoul (ACSONE), OCA-git-bot
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Add Department field to Project Issues. Selecting a Project for an issue will automatically populate this with the Project's defined Department.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_issue_department_form_view |
project_issue_department_form_view | project.issue | form | Inherits project_issue.project_issue_form_view |
project_issue_tree_view_reis |
Project Issue Tracker Tree | project.issue | tree | Inherits project_issue.project_issue_tree_view |
view_project_issue_filter_dreis |
Project Issue Tracker Search | project.issue | Inherits project_issue.view_project_issue_filter |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (1)-
on_change_project(self, cr, uid, ids, proj_id=False, context=None)When Project is changed: copy it's Department to the issue.
Loading…
Loading…