Hello,
I have a problem in my community odoo 13 version, I want to avoid typing duplicate contacts.
If a contact already exists, that if we want to create the same contact, it blocks.
Does anyone know how I can do this?
King regards
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I have a problem in my community odoo 13 version, I want to avoid typing duplicate contacts.
If a contact already exists, that if we want to create the same contact, it blocks.
Does anyone know how I can do this?
King regards
You can create an automated action to prevent duplicates. The point is to know when a record is a duplicate (same reference, same name?)
Here is a good example https://odootricks.tips/automated-action-to-prevent-duplicates/
What is the python code for the automated action to prevent a user who signs up online and enters an email address that already exists in the contacts?
Hi! Note that you don't need Studio to setup an automated action. You only need to set developer mode, and then go to the menu Automated Actions in Settings / Technical.
Regards
Please avoid such offensive formatting, the default is good enough.
Hi,
I want to avoid the duplication using the Identification Type Number and the Identification Number. But when I create a "child" contact of a contactad that I already have, Odoo tell me that I am duplicating because this new contact receive the same tax id.
Hello
You may like our apps for remove duplicate data from table.
https://apps.odoo.com/apps/modules/11.0/eq_merge_duplicate_data_extended/
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hello,
Thanks for your answers but I'm on the community v13 version and I don't have a studio.
Isn't there another way?
King regards
https://apps.odoo.com/apps/modules/13.0/partner_duplicates/ - let define criteria to strictly forbid creating duplicates of contacts (or criteria just to warn about those)