Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4567 Vues

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
Ignorer
Meilleure réponse

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

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

Publications associées Réponses Vues Activité
5
oct. 23
23529
2
juil. 16
13039
3
mars 15
9010
2
janv. 23
14811
1
avr. 22
6955