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:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Proiect
- MRP
Această întrebare a fost marcată
2
Răspunsuri
9273
Vizualizări
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!
Înscrie-te| Related Posts | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
Odoo online merge tickets how to
Rezolvat
|
|
2
aug. 24
|
2821 | |
|
|
4
iul. 24
|
12063 | ||
|
|
0
apr. 22
|
46 | ||
|
|
1
ian. 23
|
4011 | ||
|
|
3
mar. 24
|
11096 |
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.