Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4586 Lượt xem

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 ?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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
Ảnh đại diện
Huỷ bỏ
Tác giả

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

Bài viết liên quan Trả lời Lượt xem Hoạt động
5
thg 10 23
23559
2
thg 7 16
13060
3
thg 3 15
9027
2
thg 1 23
14836
1
thg 4 22
6999