Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
5051 Tampilan

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 ?

Avatar
Buang
Jawaban Terbai

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
Avatar
Buang
Penulis

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

Post Terkait Replies Tampilan Aktivitas
5
Sep 25
24342
2
Jul 16
13563
3
Mar 15
9571
1
Okt 25
3723
2
Jan 23
15581