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
回覆
8403
瀏覽次數
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
8月 24
|
2097 | ||
|
4
7月 24
|
11050 | ||
|
0
4月 22
|
46 | ||
|
1
1月 23
|
3366 | ||
|
3
3月 24
|
10255 |
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.