İçereği Atla
Menü
This question has been flagged
3 Cevaplar
1086 Görünümler

Hello,

I'm starting a school project for software development and I have to do performance research and improvement on a open source project. I have choosen Odoo. I have installed the community version, but I need a lot of data for the performance check. Is there somewhere a large odoo database with demo(fake) data for Odoo 16. 


Avatar
Vazgeç
Üretici Best Answer

Ok thanks, I already had the demo db, but I will try to generate fake data and import in odoo.

Avatar
Vazgeç
Best Answer

You might want to check the Odoo demo database provided by Odoo itself or explore the Odoo community forums for shared demo data. Additionally, you could use tools or scripts to generate synthetic data to populate your Odoo instance for performance testing. This approach can help you create a large dataset tailored to your specific needs.

Avatar
Vazgeç
Best Answer

Hi,

You can find large datasets on Kaggle that match the data you want to test. Download and clean the datasets, then format them to fit Odoo’s import structure. Make sure the CSV files have the correct headers and fields matching Odoo’s models. In Odoo, go to the module (e.g., Sales, Inventory, HR), click 'Import,' and upload the CSV files. Ensure data types and relationships between models are properly mapped.


Hope it helps

Avatar
Vazgeç