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:

![](https://raw.githubusercontent.com/OCA/project/12.0/project_task_add_very_high/static/description/image.png)

On a Kanban view, the priority widget is displayed as well with three
stars instead of one:

![](https://raw.githubusercontent.com/OCA/project/12.0/project_task_add_very_high/static/description/image2.png)

Without having this module installed, on the form it would look like as
that:

![](https://raw.githubusercontent.com/OCA/project/12.0/project_task_add_very_high/static/description/image_a.png)

and on Kanban:

![](https://raw.githubusercontent.com/OCA/project/12.0/project_task_add_very_high/static/description/image2_a.png)

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 IDNameModelTypeStatus
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)
  • priority Selection
    default='1' ondelete={'priority': 'set default'} selection_add=[('2', 'Very High'), ('3', 'Most Important')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…