İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4487 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
Üretici

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

İlgili Gönderiler Cevaplar Görünümler Aktivite
5
Eki 23
23425
2
Tem 16
12956
3
Mar 15
8929
2
Oca 23
14685
1
Nis 22
6878