Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4484 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
5
okt. 23
23424
2
jul. 16
12947
3
mrt. 15
8926
2
jan. 23
14680
1
apr. 22
6875