Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4826 Vistas

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
Mejor respuesta

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.

Publicaciones relacionadas Respuestas Vistas Actividad
5
sept 25
24009
2
jul 16
13324
3
mar 15
9292
2
ene 23
15240
1
abr 22
7170