Skip to Content
Menú
This question has been flagged
1 Respondre
4478 Vistes

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
Descartar
Best Answer

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
Descartar
Autor

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

Related Posts Respostes Vistes Activitat
5
d’oct. 23
23414
2
de jul. 16
12938
3
de març 15
8911
2
de gen. 23
14654
1
d’abr. 22
6862