From time to time a user creates a new company for a contact/partner without recognizing that the company still exists. How can we merge the clients into one database entry? odoo 8
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
2
Cevaplar
8378
Görünümler
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
Odoo online merge tickets how to
Çözüldü
|
|
2
Ağu 24
|
2079 | |
|
4
Tem 24
|
11032 | ||
|
0
Nis 22
|
46 | ||
|
1
Oca 23
|
3355 | ||
|
3
Mar 24
|
10235 |
I know two ways: to add a function to res.partner with the functionality required or to change ids directly in the DB by hands or with sql queries.