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
- Бухоблік
- Склад
- PoS
- Project
- MRP
Це запитання позначене
2
Відповіді
8389
Переглядів
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!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
Odoo online merge tickets how to
Вирішено
|
|
2
серп. 24
|
2083 | |
|
4
лип. 24
|
11033 | ||
|
0
квіт. 22
|
46 | ||
|
1
січ. 23
|
3357 | ||
|
3
бер. 24
|
10238 |
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.