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

Module: Advanced Events

Entity: event.track

Compute Method: _compute_partner_function

Inputs Method Outputs
for track in self:
            if track.partner_id and not track.partner_function:
                track.partner_function = track.partner_id.function

Back to entity