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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
8383
Tampilan
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Odoo online merge tickets how to
Diselesaikan
|
|
2
Agu 24
|
2081 | |
How to merge customer invoice in draft status
Diselesaikan
|
|
4
Jul 24
|
11033 | |
|
0
Apr 22
|
46 | ||
|
1
Jan 23
|
3357 | ||
|
3
Mar 24
|
10236 |
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.