تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4558 أدوات العرض

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
أكتوبر 23
23525
2
يوليو 16
13034
3
مارس 15
9004
2
يناير 23
14805
1
أبريل 22
6946