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

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