Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4642 มุมมอง

When we make a massive import (eg. 10.000 partners)there is no process indicator. Is it possible to know during an import which record is currently processed because it's a very long task ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I'm not sure how commits are handled in your import, but you can try to query the Postgres database to check on the progress:

select * from res_partner 
order by id desc 
limit 100
อวตาร
ละทิ้ง
ผู้เขียน

Commit is done at the end of the import, so select is not possible during the import.

Related Posts ตอบกลับ มุมมอง กิจกรรม
5
ก.ย. 25
23703
2
ก.ค. 16
13152
3
มี.ค. 15
9132
2
ม.ค. 23
14969
1
เม.ย. 22
7033