Repository
OCA/dms · module folder · Try on Runboat
Module version
1.0.1
Category
Document Management
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/dms
Last tracking update
2026-08-07 08:42:51
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Víctor Martínez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Automatically classify files within a .zip file to the corresponding
directory(s) related to an embedded DMS.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_dms_classification_template_form dms.classification.template form dms.classification.template form Inherits dms_auto_classification.view_dms_classification_template_form
view_dms_classification_template_tree dms.classification.template tree dms.classification.template tree Inherits dms_auto_classification.view_dms_classification_template_tree
view_wizard_dms_classification_form wizard.dms.classification form wizard.dms.classification form Inherits dms_auto_classification.view_wizard_dms_classification_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (3)
  • detail_ids One2many → dms.classification.template.detail
    comodel_name='dms.classification.template.detail' inverse_name='parent_id' string='Details'
  • model Char
    compute='_compute_model' compute_sudo=True string='Model name'
  • model_id Many2one → ir.model
    comodel_name='ir.model' domain=[('transient', '=', False)] string='Model'
Public methods (0)

No public methods.

New fields (5)
  • field_id Many2one → ir.model.fields
    comodel_name='ir.model.fields' domain="[('model_id', '=', model_id)]" string='Field'
  • index Integer
    default=0 required=True
  • model_id Many2one
    related='parent_id.model_id'
  • parent_id Many2one → dms.classification.template
    comodel_name='dms.classification.template' string='Parent'
  • sequence Integer
    default=10 required=True
Public methods (0)

No public methods.

New fields (2)
  • record_ref Reference
    compute='_compute_record_ref' selection=<expr> string='Record Referenced'
  • template_id Many2one
    related='parent_id.template_id'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
60 days ago
Last activity
60 days ago
Repository
OCA/dms
Pull request
[19.0][MIG] dms_field_auto_classification: Migration to 19.0 (#487)