Repository
OCA/knowledge · module folder · Try on Runboat
Module version
1.0.0
Category
Knowledge Management
Folder size
0.29 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), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
OCA/knowledge:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to fill in keywords on your pages to simplify
finding them afterwards.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
document_page_tag_view_inherit_list document_page.tags.tree document.page list Inherits document_page.view_wiki_tree
view_document_page_tag_form document.page.tag.form document.page.tag form New
view_document_page_tag_search document.page.tag.search document.page.tag search New
view_document_page_tag_tree document.page.tag.tree document.page.tag list New
view_wiki_filter document.page Inherits document_page.view_wiki_filter
view_wiki_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 (1)
  • tag_ids Many2many → document.page.tag
    string='Keywords' args: 'document.page.tag'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • color Integer
    string='Color Index'
  • name Char
    required=True translate=True
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
    Be nice when trying to create duplicates

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
234 days ago
Last activity
31 days ago
Repository
OCA/knowledge
Pull request
[19.0] [MIG] document_page_tag: Migration to 19.0 (#577)