Dms File Sequence

dms_file_sequence
REPOSITORY
REPOSITORYOCA/dms
GIT
GIThttps://github.com/OCA/dms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/dms/tree/17.0/dms_file_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYDocument Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL-Nagarro
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL-Nagarro
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/dms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/dms:
    - dms
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - http_routing
    - onboarding
    - portal
    - web_editor
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a configurable sequence for dms file records.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
dms_file_sequence_form_view dms.file.sequence.form.view dms.file xpath Inherits dms.view_dms_file_form
dms_file_sequence_kanban_view dms.file.sequence.kanban.view dms.file xpath Inherits dms.view_dms_file_kanban
dms_file_sequence_search_view dms.file.sequence.tree.view dms.file field Inherits dms.search_dms_file
dms_file_sequence_tree_view dms.file.sequence.tree.view dms.file xpath Inherits dms.view_dms_file_tree
res_config_settings_view_form Configure dms file display name res.config.settings xpath Inherits dms.res_config_settings_view_form
Models touched (2)

New fields (2)
  • name Char
    required=False
  • sequence_code Char
    copy=False readonly=True
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
    Apply sequence code and a default name if not set.
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model
    Allow searching by sequence code by default.

New fields (1)
  • dms_file_display_name_pattern Char
    config_parameter='dms_file_sequence.display_name_pattern' default='%(sequence_code)s - %(name)s' help='Use %(sequence_code)s and %(name)s to include the sequence code and the name of the file in the display name.'
Public methods (0)

No public methods.