Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Mail Activity Team
Entity: mail.activity.plan.template
Compute Method: _compute_responsible_id
| Inputs | Method | Outputs |
|---|---|---|
|
+ """Wipe responsible if field is not visible (c.q. allowed)""" + for template in self: + if template.activity_team_required and template.responsible_id: + template.responsible_id = False |
|
