Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Project Key

Entity: project.task

Compute Method: _compute_task_url

View 17.0 View 19.0
Inputs Method Outputs
  • id
- action_id = self.env.ref("project.action_view_task").id
for task in self:
-             task.url = TASK_URL % (task.id, action_id)
+             task.url = TASK_URL % (task._name, task.id)
  • url

Back to entity