TIP: You can type at any time to perform a new search.
Project Task Add Very High
project_task_add_very_high · OCA/project
- Repository
- OCA/project · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Project
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/project
- Last tracking update
- 2026-08-07 08:42:45
- Authors
- Odoo Community Association (OCA), Onestein
- Maintainers
- Odoo Community Association (OCA), Onestein
- Committers
- Daniel Reis, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- oca_all
- Description
This module extends the field priority in project tasks, adding two new levels of priority. The two new levels of priority are: High and Very High. On a task form, the priority widget is displayed with three stars instead of one:  On a Kanban view, the priority widget is displayed as well with three stars instead of one:  Without having this module installed, on the form it would look like as that:  and on Kanban:  In case this module is uninstalled, all the tasks that were previously set as High or Very High priority will be converted to Normal priority.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
portal_my_tasks_priority_widget_template |
portal_my_tasks_priority_widget_template | ir.ui.view | qweb | Inherits project.portal_my_tasks_priority_widget_template |
view_task_form2 |
project.task | Inherits project.view_task_form2 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
prioritySelectiondefault='1'ondelete={'priority': 'set default'}selection_add=[('2', 'Very High'), ('3', 'Most Important')]
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…