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

Module: Online Task Submission

Entity: project.task

Compute Method: _compute_partner_phone

Inputs Method Outputs
  • partner_id
  • partner_id.mobile
  • partner_id.phone
for task in self:
            task.partner_phone = task.partner_id.mobile or task.partner_id.phone or False

Back to entity