| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/knowledge |
| GIT | |
| GIT | https://github.com/OCA/knowledge.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/knowledge/tree/18.0/document_page_project_task |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Project |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Escodoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Escodoo |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/knowledge |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/knowledge: - document_page_project - document_page - document_knowledge odoo/odoo: - project - analytic - base - base_setup - web - bus - web_tour - html_editor - uom - portal - web_editor - http_routing - auth_signup - rating - resource - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the document page (wiki) functionality by allowing you to link them directly to project tasks. ## Main Features * **Link Wiki Pages to Multiple Tasks**: Allows associating document pages to one or more project tasks via a Many2many relationship * **Automatic Project Filling**: When all linked tasks share the same project, it is automatically filled on the document * **Consistency Validation**: If a project is defined on the wiki page, all linked tasks must belong to that project * **Smart Filtering**: When a project is selected, only tasks from that project are displayed for selection * **Page Counter**: Displays the number of wiki pages linked to each task directly in the task view ## Benefits * Organize project documentation hierarchically (Project → Tasks → Wiki) * A single wiki page can document multiple related tasks (e.g., a spec shared by several tasks) * A task can reference multiple wiki pages for different aspects of its work * Keep documentation close to the work context (tasks) * Quickly access all documentation related to a specific task ## Dependencies This module requires: * `document_page_project`: Module that links document pages to projects * `project`: Odoo's project management module |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_task_form2 |
project.task.form - document_page_project_task | project.task | div | Inherits project.view_task_form2 |
view_wiki_form_task |
document.page.form - document_page_project_task | document.page | field | Inherits document_page.view_wiki_form |
task_ids
Many2many → project.task
column1='document_page_id'
column2='task_id'
comodel_name='project.task'
relation='document_page_project_task_rel'
string='Tasks'
default_get(self, fields_list)
document_page_count
Integer
compute='_compute_document_page_count'
document_page_ids
Many2many → document.page
column1='task_id'
column2='document_page_id'
comodel_name='document.page'
relation='document_page_project_task_rel'
string='Wiki Pages'
No public methods.