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 ?
Pertanyaan ini telah diberikan tanda
1
Balas
5718
Tampilan
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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
How to import multiple lines text fields with CSV ?
Diselesaikan
|
|
5
Sep 25
|
25908 | |
|
|
2
Jul 16
|
14416 | ||
|
|
3
Mar 15
|
10354 | ||
|
|
0
Okt 25
|
4559 | ||
|
|
2
Jan 23
|
17114 |