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
ตอบกลับ
8376
มุมมอง
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
Odoo online merge tickets how to
แก้ไขแล้ว
|
|
2
ส.ค. 24
|
2079 | |
|
4
ก.ค. 24
|
11032 | ||
|
0
เม.ย. 22
|
46 | ||
|
1
ม.ค. 23
|
3355 | ||
|
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.