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
- Contabilità
- Magazzino
- PoS
- Progetti
- MRP
La domanda è stata contrassegnata
2
Risposte
9266
Visualizzazioni
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
Odoo online merge tickets how to
Risolto
|
|
2
ago 24
|
2811 | |
|
|
4
lug 24
|
12055 | ||
|
|
0
apr 22
|
46 | ||
|
|
1
gen 23
|
4007 | ||
|
|
3
mar 24
|
11092 |
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.