Hi
I try to import data from a csv file but it's seem that it's impossible to import more than 400 lines.
How can i avoid this ?
Thanks for your help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
I try to import data from a csv file but it's seem that it's impossible to import more than 400 lines.
How can i avoid this ?
Thanks for your help
Check if you have a reverse proxy like nginx. It ussually makes timeout before the operation is complete. I disable reverse proxy before uploading large data files.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
What does 'impossible' mean? Do you get an error message? Something else?
Sure You can import 400 lines, but from my experience, more than 5.000 at once is a bad idea, the process will take forever
I tried 400 records and it worked in 10 minutes, tried 1700 and it took forever! So I had to terminate it after an hour waiting and then imported directly to database.
Today, on a dual core 8GB server, I imported three files of 5,000 items each in 25 seconds per file with regular timeout from nginx. It depends on what you are importing - which model - and how many fields.