You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
390 B

  1. This module validates and normalizes the field ``email`` in the model
  2. ``res.partner``.
  3. As part of the normalization, email addresses are converted to lowercase.
  4. Optionally, multiple partners can not be allowed to have the same address.
  5. This will not work with multiple comma-separated email addresses in the field,
  6. although validation and normalization are still supported in such cases.