I have a 21000 + records to be created in a loop.
This generally takes one hour in my local server.
But when I move this to the production environment in odoo.SH, the server stops in 15 minutes.
Is there's a way to create these records as odoo does in bulk import without any configuration in the Server?
Thanks.
if it is a one time process, try splitting and import
Niyas Raphy, I am using a create method and it is not possible to do with import