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
返信
8391
ビュー
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
8月 24
|
2083 | ||
|
4
7月 24
|
11033 | ||
|
0
4月 22
|
46 | ||
|
1
1月 23
|
3357 | ||
|
3
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.