I've manage a program that syncs data from a program that uses MSSQL to Odoo with rpc. The odoo database has a lot of records and when it updates a record in payment.type it takes a very long time, especially for the most used type. Does the write method update all related records that use the payment type or what can cause the overhead?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
3927
มุมมอง
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
XMLRPC create picklist in odoo 10 API
แก้ไขแล้ว
|
|
3
ส.ค. 17
|
5682 | |
|
0
พ.ค. 17
|
8 | ||
|
0
พ.ค. 23
|
2199 | ||
|
0
ก.พ. 22
|
1710 | ||
|
1
ธ.ค. 20
|
5380 |
Hi, so many answers are possible for such a context.
First of all, which version are you running, what is your odoo.conf content, did you use loglevel as debug, did you log postgresql logs ?
Also precise an estimation of the number of datas you manipulate
The version is odoo 10, the logs (odoo and postgresql) are disabled. The estimation of data is 10k+.