Repository
OCA/knowledge · module folder · Try on Runboat
Module version
2.1.3
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/knowledge
Last tracking update
2026-08-07 08:42:56
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
Enric Tobella, Víctor Martínez, Don Kendall, Weblate, OCA-git-bot, oca-ci, Anusha, Dmytro Kashuba @ Solvti
Odoo dependencies
OCA/knowledge:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to add a reference name on documents and simplifies
the link between document pages.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
document_page_form_view document.page.form (in knowledge_reference) document.page form Inherits document_page.view_wiki_form
document_page_search_view document.page.search (in knowledge_reference) document.page search Inherits document_page.view_wiki_filter
document_page_tree_view document.page.tree (in knowledge_reference) document.page tree Inherits document_page.view_wiki_tree
report_documentpage_doc report_documentpage_doc ir.ui.view qweb Inherits document_page.report_documentpage_doc
view_wiki_menu_form document.page.menu.form document.page form Inherits document_page.view_wiki_menu_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • content_parsed Html
    compute='_compute_content_parsed' sanitize=False store=True args: 'Parsed Content'
  • reference Char
    help='Used to find the document, it can contain letters, numbers and _'
Public methods (4)
  • create(self, vals_list)
    @api.model_create_multi
  • get_content(self)
  • get_formview_action(self, access_uid=None)
  • get_raw_content(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
158 days ago
Last activity
107 days ago
Repository
OCA/knowledge
Pull request
[19.0][MIG] document_page_reference: Migration to 19.0 (#589)