| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/dms |
| GIT | |
| GIT | https://github.com/OCA/dms.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/dms/tree/17.0/dms_file_sequence |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Document Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), APSL-Nagarro |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), APSL-Nagarro |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/dms |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/dms: - dms odoo/odoo: - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
name
Char
required=False
sequence_code
Char
copy=False
readonly=True
create(self, vals_list)
name_search(self, name='', args=None, operator='ilike', limit=100)
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.'
No public methods.