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
Ответы
8901
Представления
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 | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
2
авг. 24
|
2476 | ||
|
4
июл. 24
|
11600 | ||
|
0
апр. 22
|
46 | ||
|
1
янв. 23
|
3707 | ||
|
3
мар. 24
|
10730 |
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.