Repository
OCA/knowledge · module folder · Try on Runboat
Module version
1.0.0
Category
Knowledge Management
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:03:08
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Holger Brunn
Odoo dependencies
OCA/knowledge:
OCA/web:
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
document_page_form document.page form Inherits document_page.view_wiki_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • help_popup_window_action_ids Many2many → ir.actions.act_window
    string='Documentation for' args: 'ir.actions.act_window', 'help_popup_document_page_rel', 'document_page_id', 'action_id'
  • help_popup_window_advanced_action_ids Many2many → ir.actions.act_window
    string='Advanced documentation for' args: 'ir.actions.act_window', 'help_popup_document_page_advanced_rel', 'document_page_id', 'action_id'
Public methods (0)

No public methods.

New fields (4)
  • advanced_document_page_ids Many2many → document.page
    string='Advanced documentation' args: 'document.page', 'help_popup_document_page_advanced_rel', 'action_id', 'document_page_id'
  • advanced_help Html
    compute='_compute_advanced_help' store=True
  • enduser_document_page_ids Many2many → document.page
    string='Documentation' args: 'document.page', 'help_popup_document_page_rel', 'action_id', 'document_page_id'
  • enduser_help Html
    compute='_compute_enduser_help' store=True
Public methods (0)

No public methods.