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 ?
신고된 질문입니다
1
회신
6318
화면
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.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
5
9월 25
|
26805 | ||
|
|
2
7월 16
|
15038 | ||
|
|
3
3월 15
|
10966 | ||
|
|
0
10월 25
|
5246 | ||
|
|
2
1월 23
|
18035 |