TIP: You can type at any time to perform a new search.
Project Sequence
project_sequence · OCA/project
- Repository
- OCA/project · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Services/Project
- Folder size
- 0.06 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/project
- Last tracking update
- 2026-08-07 09:06:22
- Authors
- Odoo Community Association (OCA), Moduon
- Maintainers
- Odoo Community Association (OCA), Moduon
- Committers
- Denis Roussel, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Add a sequence field to projects, filled automatically and add a code sequence filter in tree view project.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_sequence_form_view |
Project.sequence.project.edit | project.project | form | Inherits project.edit_project |
project_sequence_kanban_view |
Project.sequence.project.kanban | project.project | kanban | Inherits project.view_project_kanban |
project_sequence_search_view |
Project.sequence.project.view.search | project.project | search | Inherits project.view_project_project_filter |
project_sequence_tree_view |
Project_sequence_project_view | project.project | tree | Inherits project.view_project |
res_config_settings_view_form |
Configure project display name | res.config.settings | form | Inherits project.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='', domain=None, operator='ilike', limit=100)@api.modelAllow searching by sequence code by default. -
write(self, vals)Sync name and analytic account name when name is changed.
New fields (1)
-
project_display_name_patternCharconfig_parameter='project_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 project in the display name.'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…