Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4563 Vizualizări

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 ?

Imagine profil
Abandonează
Cel mai bun răspuns

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
Imagine profil
Abandonează
Autor

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

Related Posts Răspunsuri Vizualizări Activitate
5
oct. 23
23526
2
iul. 16
13036
3
mar. 15
9009
2
ian. 23
14810
1
apr. 22
6953