mail.alias.mixin.optional :: Email Aliases Mixin (light)

A mixin for models that handles underlying 'mail.alias' records to use the mail gateway. Field is not mandatory and its creation is done dynamically based on given 'alias_name', allowing to gradually populate the alias table without having void aliases as when used with an inherits-like implementation.

Fields

  • alias_defaults [readonlytext]: Default Values

  • alias_domain [readonlychar]: Alias Domain Name

  • alias_domain_id [many2one: mail.alias.domain]: Alias Domain

  • alias_email [readonlychar]: Email Alias

  • alias_id [many2one: mail.alias]: Alias

  • alias_name [char]: Alias Name