跳至内容
菜单
此问题已终结
1 回复
4531 查看

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 ?

形象
丢弃
最佳答案

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
形象
丢弃
编写者

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

相关帖文 回复 查看 活动
5
10月 23
23455
2
7月 16
12995
3
3月 15
8950
2
1月 23
14730
1
4月 22
6915