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
返信
6295
ビュー
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
|
26782 | ||
|
|
2
7月 16
|
15036 | ||
|
|
3
3月 15
|
10960 | ||
|
|
0
10月 25
|
5231 | ||
|
|
2
1月 23
|
18009 |