İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4578 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
23543
2
Tem 16
13049
3
Mar 15
9022
2
Oca 23
14829
1
Nis 22
6981