Skip to Content
मेन्यू
This question has been flagged
1 Reply
4580 Views

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
Discard
Best Answer

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
Discard
Author

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

Related Posts Replies Views Activity
5
अक्तू॰ 23
23559
2
जुल॰ 16
13056
3
मार्च 15
9026
2
जन॰ 23
14835
1
अप्रैल 22
6997