Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4479 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor

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

Related Posts Odpovědi Zobrazení Aktivita
5
říj 23
23417
2
čvc 16
12939
3
bře 15
8917
2
led 23
14665
1
dub 22
6866