| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/department |
| GIT | |
| GIT | https://github.com/OCA/department.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/department/tree/8.0/project_task_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle, Daniel Reis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/department: - project_department - analytic_base_department odoo/odoo: - analytic - base - decimal_precision - base_setup - web_kanban - web - hr - resource - board - project - product - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Enables Tasks to store the Department they correspond to. By default this will be the Project Department, but it is editable. (Note that the ``project_department`` also adds a Department field on Tasks, but with the sole purpose of making the Project Department available on them.) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_task_form2 |
project.task.department.form | project.task | field | Inherits project.view_task_form2 |
view_task_search_form |
project.task.search.form | project.task | field | Inherits project.view_task_search_form |
view_task_tree2 |
project.task.department.tree | project.task | field | Inherits project.view_task_tree2 |
department_id
Many2one → hr.department
onchange_project(self, cr, uid, ids, proj_id=False, context=None)