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

View 18.0
Inputs Method Outputs
  • activity_team_required
  • responsible_id
+ """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
  • responsible_id

Back to entity