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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
4817
화면
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 |