TIP: You can type at any time to perform a new search.
Atachment Category
attachment_category · OCA/knowledge
- 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:- base
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → ir.attachment.categorycolumn1='attachment_id'column2='category_id'comodel_name='ir.attachment.category'index=Trueondelete='restrict'relation='ir_attachment_category_rel'
No public methods.
New fields (6)
-
attachment_countIntegercompute='_compute_attachment_count' -
attachment_idsMany2many → ir.attachmentcomodel_name='ir.attachment'compute='_compute_attachment_count' -
display_nameCharcompute='_compute_display_name'recursive=Truestore=True -
nameChar -
parent_idMany2one → ir.attachment.categoryargs: 'ir.attachment.category' -
parent_pathCharindex=Trueunaccent=False
-
action_attachment_view(self)
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 57 days ago
- Last activity
- 57 days ago
- Repository
- OCA/knowledge
- Pull request
- [MIG] attachment_category: Migration to 18.0 (#628)