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

Module: Discuss

Entity: mail.gateway.allowed

Compute Method: _compute_email_normalized

Inputs Method Outputs
for record in self:
            record.email_normalized = tools.email_normalize(record.email)

Back to entity