İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
5011 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
24280
2
Tem 16
13517
3
Mar 15
9541
1
Eki 25
3699
2
Oca 23
15547