TIP: You can type at any time to perform a new search.
Dms File Sequence
dms_file_sequence · OCA/dms
- Repository
- OCA/dms · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Document Management
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/dms
- Last tracking update
- 2026-08-07 08:22:57
- Authors
- Odoo Community Association (OCA), APSL-Nagarro
- Maintainers
- Odoo Community Association (OCA), APSL-Nagarro
- Committers
- Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
dms_file_sequence_form_view |
dms.file.sequence.form.view | dms.file | form | Inherits dms.view_dms_file_form |
dms_file_sequence_kanban_view |
dms.file.sequence.kanban.view | dms.file | kanban | Inherits dms.view_dms_file_kanban |
dms_file_sequence_search_view |
dms.file.sequence.tree.view | dms.file | tree | Inherits dms.search_dms_file |
dms_file_sequence_tree_view |
dms.file.sequence.tree.view | dms.file | tree | Inherits dms.view_dms_file_tree |
res_config_settings_view_form |
Configure dms file display name | res.config.settings | form | Inherits dms.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
nameCharrequired=False -
sequence_codeCharcopy=Falsereadonly=True
-
create(self, vals_list)@api.model_create_multiApply sequence code and a default name if not set. -
name_search(self, name='', args=None, operator='ilike', limit=100)@api.modelAllow searching by sequence code by default.
New fields (1)
-
dms_file_display_name_patternCharconfig_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.