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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
8374
查看
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
8月 24
|
2079 | ||
|
4
7月 24
|
11032 | ||
|
0
4月 22
|
46 | ||
|
1
1月 23
|
3355 | ||
|
3
3月 24
|
10235 |
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.