Document Page Tag

document_page_tag
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/18.0/document_page_tag
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
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/knowledge
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - document_knowledge
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - web_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field 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 field Inherits document_page.view_wiki_filter
view_wiki_form document.page field Inherits document_page.view_wiki_form
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
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/17.0/document_page_tag
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
COMMITTERSWeblate, OCA-git-bot, oca-ci, Alberto Martínez
WEBSITE
WEBSITEhttps://github.com/OCA/knowledge
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - document_knowledge
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field 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 tree New
view_wiki_filter document.page field Inherits document_page.view_wiki_filter
view_wiki_form document.page field Inherits document_page.view_wiki_form
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)
    @api.model
    Be nice when trying to create duplicates
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/16.0/document_page_tag
VERSION
VERSION 1.0.1
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
COMMITTERSWeblate, OCA-git-bot, oca-ci, FernandoRomera, anusrinps96
WEBSITE
WEBSITEhttps://github.com/OCA/knowledge
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - document_knowledge
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - web_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
document_page_tag_view_inherit_list document_page.tags.tree document.page field 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 tree New
view_wiki_filter document.page field Inherits document_page.view_wiki_filter
view_wiki_form document.page field Inherits document_page.view_wiki_form
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
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/15.0/document_page_tag
VERSION
VERSION 1.2.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
COMMITTERSmanu, OCA Transbot, Weblate, OCA-git-bot, oca-ci, angel
WEBSITE
WEBSITEhttps://github.com/OCA/knowledge
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
document_page_tag_view_inherit_list document_page.tags.tree document.page field 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 tree New
view_wiki_filter document.page field Inherits document_page.view_wiki_filter
view_wiki_form document.page field Inherits document_page.view_wiki_form
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)
    @api.model
    Be nice when trying to create duplicates
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/14.0/document_page_tag
VERSION
VERSION 1.2.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
COMMITTERSmanu, OCA Transbot, oca-travis, Weblate, OCA-git-bot, angel
WEBSITE
WEBSITEhttps://github.com/OCA/knowledge
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
document_page_tag_view_inherit_list document_page.tags.tree document.page field 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 tree New
view_wiki_filter document.page field Inherits document_page.view_wiki_filter
view_wiki_form document.page field Inherits document_page.view_wiki_form
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)
    @api.model
    Be nice when trying to create duplicates
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/13.0/document_page_tag
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
COMMITTERSmanu, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/knowledge
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
document_page_tag_view_inherit_list document_page.tags.tree document.page field 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 tree New
view_wiki_filter document.page field Inherits document_page.view_wiki_filter
view_wiki_form document.page field Inherits document_page.view_wiki_form
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)
    @api.model
    Be nice when trying to create duplicates
REPOSITORY
REPOSITORYOCA/knowledge
GIT
GIThttps://github.com/OCA/knowledge.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/knowledge/tree/12.0/document_page_tag
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
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/knowledge
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
document_page_tag_view_inherit_list document_page.tags.tree document.page field 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 tree New
view_wiki_filter document.page field Inherits document_page.view_wiki_filter
view_wiki_form document.page field Inherits document_page.view_wiki_form
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)
    @api.model
    Be nice when trying to create duplicates
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/knowledge
PULL REQUEST
PULL REQUEST[19.0] [MIG] document_page_tag: Migration to 19.0 (#577)