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

Module: Survey Partner Representative

Entity: survey.representative.mixin

Compute Method: _compute_survey_representative_partner_id

Inputs Method Outputs
"""Users can set the field independently of the answer, but the answer rules"""
for record in self:
            record.survey_representative_partner_id = (
                record.survey_user_input_id.representative_partner_id
            )

Back to entity