Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4609 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
Okt 23
23593
2
Jul 16
13091
3
Mar 15
9045
2
Jan 23
14881
1
Apr 22
7010