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.

9 lines
454 B

  1. This module validates the field ``mobile`` in the model
  2. ``res.partner`` for duplication.
  3. As part of the validation, this module throws error on the partner form view if another partner has the same mobile (Optionally).
  4. .. figure:: ../static/description/partner_duplicate_error.png
  5. :alt: Error on partner form
  6. This module has a twin brother named **partner_email_check** which restricts the partner creation when another partner has the same email.