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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
2
Odgovori
8920
Prikazi
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!
PrijaviRelated Posts | Odgovori | Prikazi | Aktivnost | |
---|---|---|---|---|
|
2
avg. 24
|
2500 | ||
|
4
jul. 24
|
11623 | ||
|
0
apr. 22
|
46 | ||
|
1
jan. 23
|
3717 | ||
|
3
mar. 24
|
10738 |
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.