İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
5036 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
Eyl 25
24304
2
Tem 16
13537
3
Mar 15
9561
1
Eki 25
3716
2
Oca 23
15568