Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4475 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
23409
2
Jul 16
12936
3
Mar 15
8908
2
Jan 23
14654
1
Apr 22
6860