Document pages for help

help_popup_document_page
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/8.0/help_popup_document_page
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYKnowledge Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSHolger Brunn
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
OCA/web:
    - help_popup
odoo/odoo:
    - knowledge
    - base
    - base_setup
    - web_kanban
    - web
    - mail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
document_page_form document.page field Inherits document_page.view_wiki_form
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.