Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4339 Prikazi

Increasing Merge contacts count in ODOO10  is allowing only 3 contacts to be merged.

Is there way to increase the merge count to 5 or more so that we can do this merging faster.


Avatar
Opusti
Best Answer

Hi Tenth,

Yes this is possible. You will have to override the _merge function for the "base.partner.merge.automatic.wizard" model and change the limit from 3 to 5 or any other number you like. You can find the code at https://github.com/odoo/odoo/blob/1bfe147f89f81a07028b91083974f768e1975fa6/addons/crm/wizard/base_partner_merge.py#L298-L299 
You will have to change this line:

if len(partner_ids) > 3: # Change this number to 5 or any number you'd like.

Regards,
Yenthe

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
sep. 22
1867
2
okt. 24
2824
2
mar. 22
2988
2
avg. 25
2563
1
jul. 25
971