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

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)

Back to entity