Repository
OCA/knowledge · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/knowledge
Last tracking update
2026-08-07 08:23:01
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Cyril VINH-TUNG, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a document category to help classification.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
ir_attachment_category_form_view ir.attachment.category.form (in document_category) ir.attachment.category form New
ir_attachment_category_search_view ir.attachment.category.search (in document_category) ir.attachment.category search New
ir_attachment_category_tree_view ir.attachment.category.tree (in document_category) ir.attachment.category tree New
ir_attachment_form_view ir.attachment.form (in attachment_category) ir.attachment form Inherits base.view_attachment_form
ir_attachment_search_view ir.attachment.search (in attachment_category) ir.attachment search Inherits base.view_attachment_search
ir_attachment_tree_view ir.attachment.tree (in attachment_category) ir.attachment tree Inherits base.view_attachment_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • category_ids Many2many → ir.attachment.category
    column1='attachment_id' column2='category_id' comodel_name='ir.attachment.category' index=True ondelete='restrict' relation='ir_attachment_category_rel'
Public methods (0)

No public methods.

New fields (6)
  • attachment_count Integer
    compute='_compute_attachment_count'
  • attachment_ids Many2many → ir.attachment
    comodel_name='ir.attachment' compute='_compute_attachment_count'
  • display_name Char
    compute='_compute_display_name' recursive=True store=True
  • name Char
  • parent_id Many2one → ir.attachment.category
    args: 'ir.attachment.category'
  • parent_path Char
    index=True unaccent=False
Public methods (1)
  • action_attachment_view(self)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
56 days ago
Last activity
56 days ago
Repository
OCA/knowledge
Pull request
[MIG] attachment_category: Migration to 18.0 (#628)