콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4817 화면

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
9월 25
23995
2
7월 16
13316
3
3월 15
9286
2
1월 23
15230
1
4월 22
7162