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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
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
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
0
ก.ย. 22
|
1860 | ||
|
2
ต.ค. 24
|
2811 | ||
|
2
มี.ค. 22
|
2973 | ||
|
2
ส.ค. 25
|
2535 | ||
|
1
ก.ค. 25
|
950 |