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
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
4432
Ansichten
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.
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
5
Okt. 23
|
23308 | ||
|
2
Juli 16
|
12878 | ||
|
3
März 15
|
8838 | ||
|
2
Jan. 23
|
14576 | ||
|
1
Apr. 22
|
6795 |